accessibility-gate
Use as a pass/fail gate on any diff with a user-facing surface — by code-reviewer during review, by qa-engineer during the test pass, and by any IC before…
Use to construct a complete Product Requirements Document for a mobile app from a vision file. Used primarily by the CPO agent. Triggers on requests to "write the PRD", "spec out the product", or as part of /app-plan.
$ npx -y skills add vmobifystudio/app-dev-team --skill prd-builder --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prd-builderContext preview
The summary Claude sees to decide when to auto-load this skill.
Use to construct a complete Product Requirements Document for a mobile app from a vision file. Used primarily by the CPO agent. Triggers on requests to "write the PRD", "spec out the product", or as part of /app-plan.
name: prd-builder description: Use to construct a complete Product Requirements Document for a mobile app from a vision file. Used primarily by the CPO agent. Triggers on requests to "write the PRD", "spec out the product", or as part of /app-plan.
Build `docs/10-prd.md` and `docs/11-backlog.md` from `docs/00-vision.md` and `docs/01-intake.md`.
1. **Product summary** — 2-3 sentences. 2. **Personas** — 1-3, each with: name, goal, frustration, context-of-use. 3. **User journeys** — 3-7 prose paragraphs. Each paragraph: entry → steps → exit → success state. 4. **Feature table** —
| ID | Name | Description | Priority | Acceptance criteria | |----|------|-------------|----------|---------------------|
Use F-001, F-002, ... Priority is P0/P1/P2.
5. **User stories** — for each P0 feature, 1–5 stories: *As a [persona], I want to [action] so that [outcome]* plus Given/When/Then acceptance.
6. **Out of scope** — explicit list.
7. **Open questions** — what needs CEO or user input.
`docs/11-backlog.md` — every backlog item carries both the implementation ticket ID and the PRD feature ID so the chain is traceable end-to-end:
# Backlog ## Sprint 1 — MVP foundation - APP-001 [F-001] <feature> — XS/S/M/L/XL - APP-002 [F-002] <feature> — ... ## Sprint 2 — MVP completion - ... ## v1.1+ - ...
The `[F-NNN]` is mandatory. The sprint-planner skill carries it through to the board's `F-NNN` column, and code-reviewer + qa-engineer use it to fetch the matching acceptance criteria from `docs/10-prd.md` without guessing.
If you can't trace a feature back, delete it.
Describe your app idea in one line. Get a shipped iOS & Android app. AI App Studio is a team of 30 AI specialists — a CEO, product manager, designers, iOS/Android engineers, a code reviewer, QA, and a release manager — that works like a real software studio.
Repo: vmobifystudio/app-dev-team
Use as a pass/fail gate on any diff with a user-facing surface — by code-reviewer during review, by qa-engineer during the test pass, and by any IC before…
Use before spawning any agent that writes files, and by every developer/fixer agent as its first and last action. Gives each agent its own git worktree,…
Use to produce the technical architecture doc and engineering principles for a mobile app. Used primarily by the CTO agent. Triggers on "design the…
Use to validate docs/31-board.md before spawning any agent, and to verify a developer's "DONE" claim before moving a row to review. Triggers as step 0 of…
Use when pointing the team at an EXISTING, already-built app instead of a blank project — detects the stack, reverse-engineers the as-built architecture, and…
Use when deciding or revisiting how the product makes money — pricing, tiers, trial shape, ad load, unit economics — by ceo when setting the model, by cpo when…