go
Zero-config goal-to-tasks engine. Takes any goal (software, pentest, business, learning), runs adaptive discovery, generates a validated spec, parses into TaskMaster tasks, creates an implementation plan, and executes with built-in CDD verification. Use when user says "PRD", "product requirements", "I want to build", or any goal-driven phrase.
npx skills add anombyte93/prd-taskmaster --skill go --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# go (orchestrator) Pure routing. Reads pipeline state, dispatches to the correct phase skill. **Deferred MCP tools:** in Claude Code the engine's MCP tools are often *deferred* — not callable until loaded. If a tool below is not directly callable, first run `ToolSearch(query="select:mcp__plugin_prd_go__preflight")` (keyword fallback `ToolSearch(query="+atlas engine preflight", max_results=10)`) and use whichever prefix matches (`mcp__plugin_prd_go__` or `mcp__atlas-engine__`). ## Flow 1. Call `mcp__plugin_prd_go__preflight()` — get environment state 2. Call `mcp__plugin_prd_go__current_phase()` — get pipeline state 3. Route via Skill tool: - current_phase is null or SETUP → invoke `/prd:setup` - current_phase is DISCOVER → invoke `/prd:discover` - current_phase is GENERATE → invoke `/prd:generate` - current_phase is HANDOFF → invoke `/prd:handoff` - current_phase is EXECUTE → invoke `/prd:execute-task` 4. After phase skill returns, re-check current_phase. If it advanced, route to the next phase. If not, report the blocker. ## Stateless routing This skill does NOT hold procedure. Each phase skill owns its own logic. The orchestrator survives context loss because every phase skill r
- Flow
- Stateless routing
- Red flags
What does the go skill do?
Zero-config goal-to-tasks engine. Takes any goal (software, pentest, business, learning), runs adaptive discovery, generates a validated spec, parses into TaskMaster tasks, creates an implementation plan, and executes with built-in CDD verification. Use when user says "PRD", "product requirements", "I want to build", or any goal-driven phrase.
How do I install it?
Run `npx skills add anombyte93/prd-taskmaster --skill go --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From anombyte93/prd-taskmaster, a repository with 586 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
