agentic-product-prototyping
Installation
SKILL.md
Agentic Product Prototyping
This skill allows product managers and founders to bypass the traditional "design-to-engineering" bottleneck by acting as a "generative lead" who directs AI agents to build, deploy, and maintain software. By focusing on "AI-native coding"—understanding system components and debugging rather than syntax—you can reduce the cost of software creation to near zero.
The Prototyping Workflow
1. Draft the "Super-Prompt" (The PRD)
Instead of a vague request, provide a structured prompt that mimics a Product Requirement Document. Define the stack and core functionality immediately.
- Define the Stack: Specify Node.js, React, or Python (or tell the agent to "choose the best modern stack for a web app").
- List Core Features: Use bullet points for specific functionality (e.g., "Voting system," "Kanban board for status tracking," "Admin dashboard").
- Set Design Constraints: Specify "Modern UI," "Responsive mobile view," or "User-friendly dashboard."
- Define Data Persistence: Explicitly ask for a database (e.g., Postgres) to ensure the app saves user data.
2. Monitor the "Multiplayer" Session
Observe the agent as it builds. Treat the agent as another user in your workspace.
- Watch the Progress Pane: Monitor the installation of packages and database schema creation.
- Check for Proactive Fixes: Agents often spot their own errors. Wait for the agent to attempt a self-repair before intervening.
- Verify via Screenshots: Ask the agent to take a screenshot of the homepage to verify the UI is rendering correctly before you even open the app.