Back to Examples
Research → Implement → Review → Ship Workflow
A complete multi-step workflow used for feature development with agents.
Workflow Patterns•Intermediate•markdown
Example Code
You are working on a new feature.
Phase 1 — Research (use web search / fetch MCP + codebase context)
- Gather current best practices and similar implementations in the repo.
- Produce research.md with sources and key decisions.
Phase 2 — Plan
- Write a clear implementation plan in scratch/plan.md
- Identify files that will change and risks.
Phase 3 — Implement
- Use multi-file-refactor or direct edits.
- Add tests as you go (test-writer skill).
Phase 4 — Self Review
- Run advanced-code-reviewer on the entire change set.
- Address all critical and important findings.
Phase 5 — Handoff / Ship
- Write excellent commit messages using git-workflow.
- Create a PR description with testing instructions.
When to use this
A complete multi-step workflow used for feature development with agents.
Quick Info
Difficulty: Intermediate
Language: markdown
Copy the block above and adapt it to your project.
Related Examples
Complete AGENTS.md for Next.js + TypeScript
A production-grade AGENTS.md used by real teams. Covers principles, skills, workflows, and review standards.
Real Grok Build Skill Definition (advanced-code-reviewer)
A complete, production-ready skill definition you can download and use.
Planner → Coder Handoff Template
The exact format high-performing teams use to hand work from planning agent to implementation agent.