spec-projeto-completo

Orchestrates full software projects from idea to delivery across any platform.

1|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/codjeremias-cell/Orquestrador-fable --skill spec-projeto-completo-codjeremias-cell
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: spec-projeto-completo
Source: https://github.com/codjeremias-cell/Orquestrador-fable/tree/main/skills/spec-projeto-completo
Command: npx skills add https://github.com/codjeremias-cell/Orquestrador-fable --skill spec-projeto-completo-codjeremias-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building a complete system from scratch involves many disciplines — requirements, architecture, design, coding, testing, security, documentation, and release — and skipping or misordering any step produces unreliable deliveries. This Skill acts as a universal orchestrator that drives the entire lifecycle in a deterministic sequence with explicit quality gates between phases. ## Core Features & Use Cases - Ten-stage gated pipeline: discovery/requirements, business assessment (optional), architecture with ADRs, UX/UI design with approved mockups, construction, real executed tests, security review, documentation, release, and a final audit verdict. - Routing to dedicated tracks: when the target platform has a specialized generator track (e.g., JavaFX desktop, mobile, web frontend), it hands off instead of duplicating that track's work. - Traceability discipline: every requirement maps to at least one task and every task cites its requirement, with a final responsibility audit before delivery. - Use Case: You say "build me a complete web app from idea to deployment" — the Skill starts with requirements discovery, waits for your approval at each phase gate, invokes the right specialist skills in order, and finishes with tested, documented, released software plus an auditor's readiness verdict. ## Quick Start Use spec-projeto-completo to take my app idea from discovery through architecture, design, construction, testing, and release with approval gates at each phase.

Frequently Asked Questions about spec-projeto-completo

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

FAQPage Schema
How do I build a complete app from idea to deployment with AI?▼

Invoke this orchestrator with your idea and target platform. It runs a ten-stage sequence — requirements, architecture, design, construction, testing, security, documentation, release, and audit — pausing at each gate for your explicit approval before continuing.

When should I use a full project orchestrator versus a single-stage skill?▼

Use the orchestrator only when the request is the entire project from scratch. For an isolated task like running tests, adding one CRUD feature to an existing project, or designing a single screen, invoke the specific skill for that stage directly.

Does this orchestrator work for platforms without a dedicated generator track?▼

Yes. Where no stack-specific track exists, polyglot method lenses (senior developer, architect, designer) drive construction with the same rigor. Where a track exists, such as JavaFX desktop, the orchestrator hands off to it instead of duplicating work.

Can phases like the business assessment be skipped?▼

Yes, but only declaratively. The business assessment and documentation stages may be explicitly skipped when they do not apply, such as for small internal tools. Silent skipping is prohibited so the final report accurately reflects what was done.

What happens if a quality gate fails during the project?▼

The pipeline stops. Mandatory stop conditions include a failed unresolved gate, ambiguous requirements or stack after their stage, a spec lacking scope or verifiable acceptance criteria, or a missing critical skill in the catalog.