What I do
- •Provide the RAPID development workflow.
- •Enforce task discipline using
memory-bank/TASK.md. - •Require verification and session updates.
Workflow (RAPID)
- •Read context:
memory-bank/ARCHITECTURE.md,memory-bank/TASK.md,memory-bank/STATE.md. - •Select task: update Current Task in Focus.
- •Plan: write a short checklist in Implementation Plan.
- •Implement: code in
src/with clean structure. - •Verify: run or smoke-test what you built.
- •Update: mark tasks complete and update
memory-bank/STATE.md.
Conventions
- •Prefer simple, modular solutions (SOLID/DRY).
- •Keep changes focused to the task.
- •Add logging to
logs/where appropriate (see apm-logs for standards). - •If you create helper scripts, place them under
tools/(create if missing).
Required end-of-session updates
- •
memory-bank/STATE.md - •
memory-bank/TASK.md(if tasks changed) - •Activity report per apm-gov (logs/activity/...)