| name | implement-specs |
| description | Implement one or more checked-in specs using scout-plan-implement-verify workflow. |
Implement Specs
Use when the task is to implement existing spec files, issue plans, or acceptance criteria.
Workflow
- Locate and read the requested spec files.
- Extract required behavior, constraints, non-goals, and verification gates.
- Scout the existing code and tests before editing.
- Produce a concise plan tied to spec requirements.
- Implement the smallest viable change.
- Run focused tests or checks.
- Compare final behavior against the spec.
Rules
- Keep changes tied directly to spec requirements.
- Ask or stop if specs conflict or are underspecified in a way that changes architecture.
- Preserve public compatibility unless the spec explicitly changes it.
- Add tests when behavior changes and a matching test layer exists.
Output
SUMMARY
IMPLEMENTED REQUIREMENTS
CHANGES
VERIFICATION
SPEC GAPS OR FOLLOW-UPS