AI-powered skill that turns product ideas or existing repositories into secure, tested, production-ready SaaS applications.
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/Faizalimam990/Startup_builder_proGuides for using testing skills like Startup_builder_pro.
Turn a product prompt or repository into the fullest safe, working, measurable implementation the scope allows. Build end-to-end vertical slices, not disconnected screens. Optimize for durable user value and voluntary sharing rather than manipulative virality.
scripts/repo_audit.sh <repository> when shell access is available. Treat its report as discovery evidence, not proof that a feature works.Prioritize work in this order:
For every proposed feature, state the user problem, expected behavior, success signal, abuse/privacy risk, and cheapest valid implementation. Reject decorative or growth work that weakens the core journey.
Select tools by capability and evidence needed; do not install a fashionable stack by default. Follow the decision matrix in references/tool-routing.md.
Before large edits, capture a compact contract in the plan or docs/PRODUCT_STRATEGY.md:
Never fabricate a baseline or forecast. Mark estimates as hypotheses and define how to validate them.
After each coherent slice, run focused checks and fix causal failures before expanding scope.
When growth is in scope, read references/growth-playbook.md and implement at most one primary loop first. A valid loop must connect value to a natural distribution action:
user receives value -> creates or shares useful artifact -> recipient experiences value -> recipient activates -> loop repeats
Instrument the funnel from acquisition through activation, retention, referral, and revenue where applicable. Include consent, attribution, abuse controls, unsubscribe/revocation, rate limits, and privacy minimization. Do not add forced invites, contact scraping, spam, fake scarcity, hidden consent, misleading social proof, or rewards that incentivize abuse.
Run the applicable subset and record exact commands, results, and gaps:
Run scripts/project_gate.sh <repository> near delivery and supplement it with project-specific commands. A skipped check is a coverage gap, not a pass. Never weaken a meaningful test or security control to obtain green output.
Create only relevant deliverables from references/deliverables.md. Ensure the repository contains enough information to set up, configure, migrate, seed, test, build, deploy, observe, troubleshoot, roll back, and report security issues.
Before declaring completion, verify that:
Use the concise evidence-based final format in references/deliverables.md. Never call the result production-ready when a required release gate failed or was not run.
An autonomous Codex and Claude workflow for turning a product prompt—or an unfinished repository—into the fullest safe, working, measurable implementation the scope allows.
The skill coordinates product strategy, UX/UI, full-stack engineering, AI features, ethical growth loops, security, accessibility, SEO/AEO, testing, infrastructure, operations, and documentation. It is designed to produce actual repository changes and verification evidence instead of stopping at a plan, mockup, or disconnected code snippets.
The skill cannot guarantee that a product will “go viral.” It can design and instrument value-driven distribution loops, measure where they succeed or fail, and prevent common spam, privacy, fraud, and dark-pattern failure modes.
Use Production Product Builder when you want an agent to build, upgrade, rescue, or prepare a digital product for release. It supports:
The skill follows five product priorities:
This ordering prevents growth mechanics or decorative complexity from weakening the product’s essential journey.
The agent begins with repository evidence, converts the request into an outcome contract, implements dependency-ordered vertical slices, and repeatedly verifies the result.
flowchart TD
A[Product prompt or existing repository] --> B[Load repository instructions]
B --> C[Audit stack, routes, data, auth, tests, CI and working tree]
C --> D[Define users, value event, journeys and acceptance criteria]
D --> E[Create dependency-ordered implementation plan]
E --> F[Architecture, schema, contracts and security boundaries]
F --> G[Design system, content and interaction states]
G --> H[Build primary journey end to end]
H --> I{Specialized scope?}
I -->|AI or agents| J[Load AI product playbook]
I -->|Growth or launch| K[Load ethical growth playbook]
I -->|Tools or services| L[Load tool routing and source catalog]
I -->|No| M[Build secondary journeys and integrations]
J --> M
K --> M
L --> M
M --> N[Run focused tests and browser checks]
N --> O{Causal defect found?}
O -->|Yes| P[Fix root cause]
P --> N
O -->|No| Q[Run project-wide quality gate]
Q --> R{Required gate passed?}
R -->|No| S[Fix or document exact blocker]
S --> Q
R -->|Yes| T[Update documentation and release evidence]
T --> U[Concise handoff with commands, results and risks]
Before large implementation work, the agent defines:
Unknown metrics remain hypotheses. The skill never invents baselines, customers, testimonials, certifications, revenue, or growth results.
flowchart LR
A[Configuration and secrets] --> B[Schema and migrations]
B --> C[Domain logic]
C --> D[API validation and authorization]
D --> E[Accessible design system]
E --> F[Primary vertical slice]
F --> G[Integrations and background work]
G --> H[Growth and instrumentation]
H --> I[SEO/AEO and performance]
I --> J[Tests and security]
J --> K[Deployment, rollback and handoff]
Each critical journey is expected to include UI, boundary validation, domain logic, persistence, server-side authorization, integrations, loading/error/empty states, analytics, tests, and matching documentation.
The package uses progressive disclosure. Codex sees compact triggering metadata first, loads the core workflow only when the skill applies, and reads specialist references only when the request needs them.
flowchart TB
U[User request] --> M[Skill metadata]
M -->|Request matches| S[SKILL.md core workflow]
S --> A[Repository audit tool]
S --> W[Execution workflow]
S --> Q[Quality gates]
S --> D[Deliverables contract]
S --> R{Task-specific routing}
R --> AI[AI product playbook]
R --> G[Growth playbook]
R --> T[Tool routing]
R --> C[Licensed source catalog]
A --> P[Target product repository]
W --> P
AI --> P
G --> P
T --> P
C --> P
P --> V[Project gate and project-specific checks]
V --> H[Evidence-based handoff]
This keeps SKILL.md concise while retaining detailed domain guidance under references/.
The growth playbook helps the agent select one primary value-driven loop rather than stacking unrelated growth tactics.
flowchart LR
A[User receives core value] --> B[Product creates a useful distribution object]
B --> C[User voluntarily shares, invites, publishes or embeds]
C --> D[Recipient receives value before or during signup]
D --> E[Recipient reaches activation event]
E --> F[Recipient returns and creates new value]
F --> B
C -. guardrails .-> G[Consent, permissions, revocation, rate limits]
E -. measurement .-> H[Activation, retention, attribution, fraud review]
Supported patterns include:
| Loop
Startup_builder_pro is an open-source testing skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Faizalimam990. AI-powered skill that turns product ideas or existing repositories into secure, tested, production-ready SaaS applications. It has 9 GitHub stars.
Startup_builder_pro's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Faizalimam990/Startup_builder_pro" and add it to your Claude Code skills directory (see the Installation section above). Startup_builder_pro ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
Startup_builder_pro is primarily written in Shell. It is open-source under Faizalimam990 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other Testing skills you can browse and compare side by side. Open the Testing category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Startup_builder_pro against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars