Fragno Spec
Overview
Create living spec documents in specs/ and structure the implementation plan as FP issues. Make
sure all FP issues are clearly link to a paragraph in the spec.
Workflow
- •Read the specs reference for process, requirements, and example outline.
- •Review existing specs for patterns.
- •Gather context from code/docs; collect external references into
specs/references/and cite them in the spec. - •Do deep research on the current code base. Use internet search tool if needed.
- •Draft and iterate the spec with the user:
- •List open questions at the top and number them for easy responses.
- •Capture concrete interfaces, schemas, routes, naming conventions, and examples.
- •Align with existing code and documentation.
- •Create the plan as FP issues using the FP planning reference.
References
- •Specs: Read
references/specs.mdfor spec requirements and process. - •FP planning: Read
references/fp.mdfor the FP planning workflow.