Establish a full workflow by adding a documentation-focused agent that finalizes and updates project docs after code implementation.
Workflow sequence:
- Planning: Plan agent creates detailed plan
- Implementation: TDD agent writes code + tests
- Documentation: Document agent updates README + docs (added in this step)
Create the document agent:
- File: Create
.github/agents/document.agent.md or add it from agents picker in the chat - Role: Focus ONLY on documentation
- Handoff: Configure it to receive from
tdd(implementation) agent - Test: Run the workflow (Plan → Implement → Document) or invoke the document agent directly for a quick trial
- Inspiration: your first documentation agent
Previous: Step 5 — Build and Test the Application
Next: Step 7 — Commit changes and create a PR
