Startup Agentic Dev Workflow

Instructions

uygnoey Updated

File contents

Instructions

Use this workflow to ship reliably with Claude Code while keeping context clean.

  1. 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.
  1. 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.
  1. 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.
  1. 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

uygnoey/skills-from-claude-blog/tree/main/2025.11.17_building-companies-with-claude-code/skills/startup-agentic-dev-workflow commit 24545c998d

Frequently asked questions

npx skillmds@latest add uygnoey/startup-agentic-dev-workflow