Overview
Create an instruction map for the workflow:
- Keep the base system and project prompt minimal.
- Push only rules that must apply in every relevant session.
- Store specialized workflows as small pull-based skills.
- During implementation, let the agent pull architecture and coding guidance as needed.
- During review, push the standards that define acceptance.
- Monitor which skills the agent uses and tune them when recurring failures appear.
- Close, archive, or remove completed PRDs and issue documents from active context.
- Preserve historical artifacts only with a visible status that prevents them from
appearing current.
Apply inversion of control to the agent stack. The team should understand how planning, issue generation, implementation, review, and merge prompts work. A workflow that can be inspected is easier to repair when behavior changes.