A complete end-to-end framework for non-technical product managers to build and ship software using AI coding agents. Use this when starting a side project, building a prototype, or automating internal tools without an engineering team.
This workflow enables non-technical individuals to build production-ready applications by orchestrating AI models as a technical co-founder, developer, and QA lead.
Implement these custom prompts as reusable /commands within your AI coding environment (Cursor, Claude Code, or IDE system prompts).
/create-issuePurpose: Quickly capture bugs or features without breaking development flow.
/exploration-phasePurpose: Force the AI to understand the technical implications before writing code.
/create-planPurpose: Generate a source-of-truth roadmap for the build.
plan.md file including:
[ ])./executePurpose: Move the plan into code.
plan.md to the coding agent (e.g., Cursor Composer or Claude Code)./peer-reviewPurpose: Catch errors that a single model might miss by creating "model friction."
/review with Claude to find its own mistakes./peer-review prompt: "You are the dev lead. Other team leads found these issues [paste issues]. Either fix them or explain why they are not real issues based on our specific context."/learning-opportunityPurpose: Build your technical intuition while building.
To keep the AI effective as the project grows, you must maintain its documentation.
/update-docs: After every major feature, have the AI update the project’s documentation (e.g., architecture.md, api-routes.md) so the next agent session has full context.Example 1: Feature Ideation
/create-issue I want a drag and drop quiz type. 30% of tests should have this. 6 potential answers, 2 blanks./exploration-phase where the AI asks how the state should be handled if a user drags the same answer to two different spots.Example 2: Bug Resolution
/peer-review to feed that feedback back to Claude./review from a competing model.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer