WannaBuild Requirements Phase

Transform project descriptions into formal requirements specs with parallel scope and UX analyses.

2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/gl11tchy/wannabuild --skill wannabuild-requirements-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WannaBuild Requirements Phase
Source: https://github.com/gl11tchy/wannabuild/tree/main/skills/requirements
Command: npx skills add https://github.com/gl11tchy/wannabuild --skill wannabuild-requirements-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This phase transforms a user project description into a formal requirements spec by orchestrating parallel analyses of scope and UX perspectives, ensuring a clear, testable MVP.

Core Features & Use Cases

  • Parallel analysis: Runs Scope Analyst and UX Perspective in parallel to capture boundaries and user value.
  • Synthesis & validation: Merges user stories with scope, deduplicates acceptance criteria, and includes integration test scenarios.
  • Output & handoff: Produces .wannabuild/spec/requirements.md and prepares a handoff to design with a structured state update.

Quick Start

Describe your project to the orchestrator and let the requirements phase generate a formal spec.

Frequently Asked Questions about WannaBuild Requirements Phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a project idea into formal requirements with user stories and acceptance criteria?

To turn a project idea into formal requirements, provide your project description to the orchestrator. It runs parallel scope and UX analyses, merges user stories with scope boundaries, and deduplicates acceptance criteria to generate a testable MVP spec.

What is the best way to generate integration test scenarios for an MVP scope?

Generating integration test scenarios for an MVP scope is best handled by synthesizing user stories with scope boundaries. This process validates the MVP by incorporating test scenarios directly into the formal requirements specification.

How do I create a requirements spec that includes both UX perspective and scope boundaries?

To create a requirements spec combining UX perspective and scope boundaries, use parallel analysis. This approach captures user value alongside functional limits, then merges them into a unified markdown artifact for handoff.

Can I automate deduplication of acceptance criteria when writing a requirements document?

Yes, you can automate deduplication of acceptance criteria when writing a requirements document. The synthesis phase merges user stories and automatically removes duplicate acceptance criteria to ensure a clean, testable MVP specification.

Where are the generated requirements specifications stored for downstream design handoff?

Generated requirements specifications are stored as a markdown file at .wannabuild/spec/requirements.md. This artifact includes a structured state update to prepare a seamless handoff to the design phase.

Do I need any external dependencies to run parallel scope and UX analyses for requirements gathering?

No external dependencies are required to run parallel scope and UX analyses for requirements gathering. The orchestrator operates independently to transform your project description into a formal specification.