Fragno Spec Implement
Overview
Implement spec-defined work using FP issues as the plan of record. The spec defines scope and acceptance criteria; FP issues define tasks, dependencies, and status.
Workflow
- •Identify the relevant spec via
specs/INDEX.mdand read it before starting. - •Use FP to find the related issues and select the next unblocked task.
- •Claim the task, implement changes, and keep the spec in sync if decisions change.
- •Comment progress in FP, then mark the issue done when complete.
References
- •Spec basics: Read
references/spec-basics.mdfor how to use specs during implementation. - •FP implement: Read
references/fp-implement.mdfor the FP workflow and commands.