cc-dev-template 0.1.108 → 0.1.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-dev-template",
3
- "version": "0.1.108",
3
+ "version": "0.1.109",
4
4
  "description": "Structured AI-assisted development framework for Claude Code",
5
5
  "bin": {
6
6
  "cc-dev-template": "./bin/install.js"
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  name: objective-researcher
3
- description: Answers codebase questions objectively without knowing the feature being built. Produces factual research documentation.
4
3
  permissionMode: bypassPermissions
5
4
  ---
6
5
 
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  name: question-generator
3
- description: Generates research questions from a feature intent document. Cannot explore the codebase — produces questions only.
4
3
  tools: Read, Write
5
4
  permissionMode: bypassPermissions
6
5
  ---
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  name: spec-implementer
3
- description: Implements a single criterion from a spec task file. Only use when explicitly assigned a task file path from the execute-spec workflow.
4
3
  tools: Read, Grep, Glob, Edit, Write, Bash, LSP
5
4
  memory: project
6
5
  ---
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  name: spec-validator
3
- description: Validates a completed task through code review and E2E testing. Only use when explicitly assigned a task file path from the execute-spec workflow.
4
3
  tools: Read, Grep, Glob, Bash
5
4
  memory: project
6
5
  ---
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  name: spec-writer
3
- description: Generates or reviews an implementation-ready feature spec. In write mode, synthesizes upstream artifacts into a spec. In review mode, validates and fixes an existing spec against a 12-point checklist. Only use when explicitly directed by the ship skill workflow.
4
3
  tools: Read, Grep, Glob, Write, Edit
5
4
  memory: project
6
5
  permissionMode: bypassPermissions
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  name: task-breakdown
3
- description: Generates or reviews implementation task files from a spec. In write mode, creates tracer-bullet-ordered task files. In review mode, validates and fixes against a 9-point checklist. Only use when explicitly directed by the ship skill workflow.
4
3
  tools: Read, Grep, Glob, Write, Edit
5
4
  memory: project
6
5
  permissionMode: bypassPermissions
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  name: test-planner
3
- description: Generates or reviews a verification plan for a feature spec. In write mode, derives contract, behavioral, integration, and negative tests from the spec. In review mode, validates and fixes against a review checklist. Only use when explicitly directed by the ship skill workflow.
4
3
  tools: Read, Grep, Glob, Write, Edit
5
4
  memory: project
6
5
  permissionMode: bypassPermissions