Use this workflow to ship reliably with Claude Code while keeping context clean.
Research session
Use a dedicated session for background research on the feature.
When needed, use subagents to investigate different parts of the codebase in parallel.
Produce a single research document that captures what matters.
Planning session
Create an implementation plan with discrete phases.
Iterate on the plan until it’s coherent and testable.
Write the plan into a Markdown file you can follow during implementation.
Implementation session
Execute phases systematically.
If the agent starts producing contradictory or low-quality output, stop early and re-start with a distilled context summary.
Context management
Prefer new sessions for major phases.
Pass only distilled conclusions forward.
Examples
Template for the three-phase workflow: templates/research-plan-implement.md
Template for context distillation between sessions: templates/context-distillation.md
Best practices summary: references/session-best-practices.md
1---2name: startup-agentic-dev-workflow3description: Instructions4---56## Instructions7Use this workflow to ship reliably with Claude Code while keeping context clean.891) Research session10- Use a dedicated session for background research on the feature.11- When needed, use subagents to investigate different parts of the codebase in parallel.12- Produce a single research document that captures what matters.13142) Planning session15- Create an implementation plan with discrete phases.16- Iterate on the plan until it’s coherent and testable.17- Write the plan into a Markdown file you can follow during implementation.18193) Implementation session20- Execute phases systematically.21- If the agent starts producing contradictory or low-quality output, stop early and re-start with a distilled context summary.22234) Context management24- Prefer new sessions for major phases.25- Pass only distilled conclusions forward.2627## Examples28- Template for the three-phase workflow: `templates/research-plan-implement.md`29- Template for context distillation between sessions: `templates/context-distillation.md`30- Best practices summary: `references/session-best-practices.md`
Run npx skillmds@latest add uygnoey/startup-agentic-dev-workflow in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Instructions It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
uygnoey (@uygnoey) published this skill. Their other Agent Skills are listed on their SkillMD profile.