| name | implement-feature |
| description | Implement one approved Pascoal Work Package or reduced-SDD task with focused automated validation. |
| argument-hint | [approved Work Package or reduced-SDD task] |
| disable-model-invocation | true |
Implement feature
Implement:
$ARGUMENTS
Procedure
- Read
AGENTS.md, docs/development/sdd.md, docs/development/workflow.md,
and the relevant architecture or ADRs.
- Reconstruct context from the approved GitHub item and current repository state.
- Confirm that this run covers one Work Package or one reduced-SDD responsibility.
Do not silently create or absorb additional work.
- Inspect the affected implementation and nearby tests.
- Use the
frontend or rust subagent when domain isolation is useful.
- Implement only the approved scope.
- Add or update the focused automated tests required by the changed behavior.
- Run the narrowest relevant validation, broadening only when the affected scope
justifies it.
- Review the result for regressions, architecture violations, platform impact,
and out-of-scope changes.
- Report the implementation as ready for owner manual validation only when
required automated validation is not known to be failing.
Do not change versions, changelog, release notes, dependencies, workflows, GitHub
state, or Git state unless the current task explicitly authorizes it.
Output
Report:
- implemented scope;
- files changed;
- automated validation and actual results;
- manual checks remaining for the repository owner;
- blockers, limitations, or out-of-scope findings;
- one concise Conventional Commit suggestion.
Do not claim the Work Package is Done; owner manual validation is the gate from
Validation to Done.