decompose
Installation
SKILL.md
Biu Decompose
Use this skill to turn .biu/SPEC.md into implementation tasks under .biu/tasks/.
Biu Workflow
Biu provides three skills covering the full development cycle from idea to archive:
| Skill | Role |
|---|---|
interview |
Clarify requirements through relentless interview, producing .biu/SPEC.md |
decompose |
Decompose SPEC into .biu/tasks/TASK-*.md implementation handoffs |
archive |
Summarize outcomes and archive the completed cycle |
Typical usage is as follows: /biu:interview → /biu:decompose → Implement → /biu:archive
However, this is not a requirement. User can skip or reorder them as needed.
Directory Layout
Related skills