Spec
The first step discovers project goals and generates spec documents.
What Happens
- The
konductor-discovereragent interviews you about your project - It asks about goals, constraints, tech preferences, and scope
- Generates three foundational documents
Outputs
| File | Description |
|---|---|
project.md |
Project vision, scope, and constraints |
requirements.md |
Detailed functional and non-functional requirements |
roadmap.md |
High-level milestones and delivery phases |
Usage
/k-init also works as an alias.
Re-Speccing After Shipping
After all phases are shipped, you can run /k-spec again to extend the project. Konductor will ask whether you want to:
- (a) Add new phases — appends to the existing
roadmap.mdandrequirements.mdwithout overwriting prior work - (b) Re-spec from scratch — overwrites
project.md,requirements.md, androadmap.md
If you run /k-spec while a project is in progress (not shipped), Konductor warns that re-speccing will overwrite the spec documents and asks for confirmation.
Tip
Be specific about your requirements during the interview. The quality of generated specs directly impacts design and execution quality.