| name | new-feature |
| description | Clear the scratch directory and start a fresh feature context. Load when starting a new feature or resetting pipeline state. |
| compatibility | ["claude-code","opencode","github-copilot"] |
| metadata | {"version":"1.0","author":"team"} |
New Feature
Clear the .scratch/ directory and start a fresh feature context.
Instructions
- Remove the entire
.scratch/ directory.
- Recreate
.scratch/reviews/ and .scratch/tmp/ subdirectories.
- Report what was cleared and confirm the directory is ready.
- Invoke the
pipeline-coordinator agent to classify the user's request and route to the correct specialist agent.
Execution
rm -rf .scratch && mkdir -p .scratch/reviews .scratch/tmp