Skip to content

Agentic Process

Purpose

Automate code development using agents.

You can do this with a structured specification-first workflow or with lighter agent workflows that start from a goal and existing repository context.

Input

Structured workflows

  • prd.md from previous steps
  • tech-stack.md from previous steps

Lightweight workflows

  • a clear project goal
  • repository context
  • optional constraints or acceptance criteria

Approaches

  • gstack - Opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
  • Superpowers - Agentic skills framework and software development workflow
  • Ruflo - An agent orchestration platform for Claude

Steps

1. Run your agentic flow in a separate environment

One way is to setup a new GitHub Codespace for your repository. You can use the Codespaces Visual Studio browser or connect using your local Visual Studio desktop. For each codespace, you need to copy your Claude user settings or save them as project settings. Alternatively, you can use a VPS or separate computer.

2. Install Claude Code

npm install -g @anthropic-ai/claude-code
#(Optional) Skip permissions check for faster setup
claude --dangerously-skip-permissions

3. Start implementation with your selected agentic workflow

Next Steps

You can find more resources, skills and subagents on the Claude Code page of this website.