Agent skill
spool-write-change-proposal
Use when creating, designing, planning, proposing, or specifying a feature, change, requirement, enhancement, fix, modification, or spec. Use when writing tasks, proposals, specifications, or requirements for new work.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/spool-write-change-proposal
SKILL.md
Create or continue a change, then generate proposal/spec/design/tasks using the CLI instruction artifacts.
Testing Policy (TDD + coverage)
- Default workflow: RED/GREEN/REFACTOR (write a failing test, implement the minimum to pass, then refactor).
- Coverage target: 80% (guidance; projects may override in
.spool/config.json). - When available, follow the "Testing Policy" section emitted by
spool agent instruction proposal|apply; it reflects project configuration.
Steps
-
If the user provided an existing change ID, use it. Otherwise, create a new change:
- Pick a module (default to
000if unsure). - Run:
bash
spool create change "<change-name>" --module <module-id>
- Pick a module (default to
-
Generate the artifacts (source of truth):
bashspool agent instruction proposal --change "<change-id>" spool agent instruction specs --change "<change-id>" spool agent instruction design --change "<change-id>" spool agent instruction tasks --change "<change-id>" -
Follow the printed instructions for each artifact exactly.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?