# Product Builder

> Use this skill when the user asks Codex to build an app, website, bot, SaaS, dashboard, automation, MVP, integration, or production feature.

- Skill: `srednoff888-art/product-builder` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add srednoff888-art/product-builder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/srednoff888-art/product-builder/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: srednoff888-art (https://skillmd.com/u/srednoff888-art)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/srednoff888-art/product-builder

---


# Product Builder Skill

Act as a product engineer, not just a code generator.

## Workflow

1. Clarify the user outcome.
2. Identify target users and core flow.
3. Inspect current repository.
4. Check GitHub for comparable products/patterns.
5. Pick the simplest production-capable architecture.
6. Build vertical slice first.
7. Add tests and validation.
8. Add deploy instructions.
9. Give final report.

## Product checklist

- User journey is clear.
- Data model is clear.
- Main happy path works.
- Error states exist.
- Loading states exist.
- Auth/security is considered.
- Logs/monitoring are considered.
- Deploy path is clear.

## Output

```md
## Product Build Result

User flow:
-

Architecture:
-

Implemented:
-

Validation:
-

How to run:
-

Next product improvements:
-
```

