greenfield-product

Route product development requests to the correct child skill.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/thompson0012/agents-stack --skill greenfield-product
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greenfield-product
Source: https://github.com/thompson0012/agents-stack/tree/main/templates/.agents/skills/greenfield-product
Command: npx skills add https://github.com/thompson0012/agents-stack --skill greenfield-product

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Greenfield Product orchestrates the early product development journey by routing raw ideas and strategy work to the correct nested skill, ensuring clean handoffs and preventing inline execution of the child workflows.

Core Features & Use Cases

  • Routes to a single, appropriate child skill (startup-pressure-test, product-blueprint, requirements-writer, system-architect) based on the user's current phase.
  • Enforces prerequisites and captures boundary rules to maintain a durable product-definition pipeline.
  • Serves as a boundary router that surfaces the final artifacts produced by the selected child (e.g., design docs, PRDs, or architecture).

Quick Start

Provide a raw product idea and ask the router to direct it to the correct child, for example greenfield-product startup-pressure-test for a viability teardown.

Frequently Asked Questions about greenfield-product

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

FAQPage Schema
How do I coordinate greenfield product workflows from raw idea to architecture?

Greenfield product workflows are coordinated by a boundary router that directs raw ideas to the correct child skill, enforcing prerequisites and returning a single actionable artifact like a design doc or PRD.

When do I need a product workflow router for early product development?

You need a product workflow router when you have a raw product idea and must route it to the correct phase-specific skill, preventing inline execution and ensuring clean handoffs across the product-definition pipeline.

How do I route a product idea to a viability teardown or requirements writing?

You route a product idea by providing it to the router and specifying the target child skill, such as startup-pressure-test for viability teardowns or requirements-writer for PRDs, ensuring phase prerequisites are met.

Does the greenfield product router validate frontmatter and references before routing?

The greenfield product router validates frontmatter and references before routing to ensure a consistent discovery experience, maintaining boundary integrity and capturing rules for durable product-definition handoffs.

Can I run child workflows like product-blueprint and system-architect inline?

You cannot run child workflows like product-blueprint and system-architect inline; the boundary router prevents inline execution, surfaces the final artifact from the chosen child, and enforces prerequisite handoffs.