Generate technical specification with phases using spec sub-agent. Creates implementation plan with code snippets.
Generates technical specifications with phased implementation plans and code snippets for task execution.
/plugin marketplace add horuz-ai/claude-plugins/plugin install core@horuz[considerations for the spec]workflow/Additional considerations (optional): $ARGUMENTS
ls -la .tasks/ 2>/dev/null || echo "No .tasks directory"Identify the current task and read:
.tasks/{task-name}/task.md (requirements).tasks/{task-name}/explore.md (codebase context).tasks/{task-name}/research.md (documentation and patterns)Delegate to the spec sub-agent to create a detailed technical specification
The spec sub-agent should create .tasks/{task-name}/spec.md with:
# Spec: {task-name}
## Overview
[What we're building and why]
## Phase 1: [Name]
### Scope
[Exactly what this phase accomplishes]
### Files
- `path/to/file.ts` - [what it does]
### Dependencies
None | Phase X must be complete
### Implementation Guide
[Code snippets from research showing HOW to implement]
```typescript
// Example code here
```
### Done When
- [ ] Criteria 1
- [ ] Criteria 2
## Phase 2: [Name]
...
Update .tasks/{task-name}/status.md activity log
Use plan mode to: