voxspek ← Back to home
Free playbook

The Agentic Coding Playbook

How to set up an automated AI coding workflow — from problem identification to morning review. GitHub as your source of truth. AI agents as your execution layer. Your judgment as the irreplaceable input.

DEV LOOP · V1
voxspek next cycle →
GitHub
Issues · PRs · Code
Source of truth
1

Identify the problem

Observe, test, notice what's off. AI agents can help surface anomalies.

+ AI assist
2

Define scope & spec

Vision, acceptance criteria, priority. AI drafts specs from your direction.

+ AI assist
3

Agent plans & executes

Planner clusters issues into sprints. Executor ships PRs overnight.

Fully automated · nightly
4

CI & automated tests

Catches regressions. Does NOT catch contextual drift.

5

Review, test & curate

Merge, flag, follow up. Test the result. Capture observations.

voxspek: voice → issues in 3s
Human judgment
AI agents
Automated
voxspek

Why GitHub as hub — not just prompting agents

  • Context persists. Issues live forever. Chat prompts disappear when the session ends.
  • Sprints are coherent. The planner sees ALL issues and clusters related changes together.
  • Teams work. Collaborators file issues and review PRs with zero special setup.
  • Audit trail. Every observation traces from issue → sprint → PR → merged code.
  • Cross-agent. Issues work with Claude Code, Cursor, Codex, or any future agent.
  • Better output. Structured issues produce better agent PRs than freeform prompts.

The Loop — 5 steps

StepWhoWhat happens
1. IdentifyHuman + AIObserve, test, surface issues. AI agents can help flag anomalies, but human eyes catch contextual drift.
2. DefineHuman + AISet vision, scope, acceptance criteria. AI drafts specs from your direction — you own the judgment.
3. Plan & executeAI agentPlanner clusters issues into sprints. Executor ships PRs overnight. Code, tests, docs.
4. CI & testsAutomatedCatches functional regressions. Does NOT catch "correct but doesn't fit" — only you can.
5. Review & testHumanReview PRs. Test the result. Curate. Capture observations for the next cycle.

voxspek lives at step 5 → GitHub: capturing your review and testing observations as structured issues that feed the next cycle.

What's inside the playbook

Where human judgment is irreplaceable

Your responsibilityWhy agents can't do it
Vision & strategyAgents don't know your market, users, or business model. They execute — they don't source intent.
Spec & roadmapAgents draft specs from your direction. The direction — what to build and why — is yours.
Product curationDoes this feature fit? Does the flow make sense? Tests check function; you check context.
UI/UX commentaryVisual consistency, empty states, navigation flow. Agents don't perceive "this looks off."
Architectural reviewLow-frequency, high-stakes branching decisions. Miss one and it costs six months.

Everything else — writing code, running tests, opening PRs, composing sprints — is the agent's job. The loop automates it. Your job is the five things above, done densely enough that the product doesn't drift.