Documentation
README
Implement Feature
Implements a feature from its specification using the Forja (Dev) agent.
When to Use This Skill
- A feature spec has been approved and is ready for implementation
- You need architecture design, code, and tests for a defined feature
- Translating product requirements into working software
What This Skill Does
- Runs the SIGN IN checklist and verifies the spec handoff
- Designs architecture (creates ADR if needed)
- Defines interfaces/contracts, then implements in
src/ - Writes tests in
tests/(unit + integration) - Runs the Implementation Complete checklist (TIME OUT 1)
- Runs the Pre-Delivery checklist (TIME OUT 2)
- Prepares structured handoff to QA agent
- Runs the SIGN OUT checklist
How to Use
Basic Usage
This is the opening of the README. Read the full README on GitHub.