10x-shape

Convert product ideas into schema-aligned shape-notes.md for PRD generation.

1|Updated Feb 26, 2025
One-click install
npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-shape
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-shape
Source: https://github.com/kryptonum-dev/fabryka-atrakcji/tree/main/.agents/skills/10x-shape
Command: npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-shape

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It structures a greenfield or brownfield product idea into precise shape-notes.md that /10x-prd can reliably transform into a PRD with the locked schema.

Core Features & Use Cases

  • Greenfield discovery: Facilitates a step-by-step conversation to capture vision/problem, a primary persona, access control, MVP success criteria, functional requirements, business logic, and quality properties with explicit uncertainty tracking.
  • Brownfield discovery: Captures the current system baseline, frames the change as deltas, and records what must be preserved to prevent regressions during the downstream PRD creation.
  • Session safety & resume: Detects context type from project markers, optionally resumes from an existing context/foundation/shape-notes.md checkpoint, and archives/restarts cleanly when asked.
  • Socratic FR challenge: Runs a counter-argument round per drafted functional requirement to refine, demote, or drop risky/incorrect FRs.
  • Precondition delegation: If context/foundation is missing, it delegates initialization to /10x-init via the Skill tool rather than duplicating scaffold logic.

Quick Start

Use /10x-shape with a freeform description of your idea, for example: pass your idea inline as /10x-shape I want to add a recommendation engine to my recipe app.

Frequently Asked Questions about 10x-shape

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

FAQPage Schema
How do I structure product discovery notes for PRD generation?

To structure product discovery notes for PRD generation, you can use a step-by-step conversation to capture vision, personas, access control, MVP success criteria, and functional requirements into a schema-aligned shape-notes.md file.

How do I document functional requirements for brownfield system changes?

Documenting functional requirements for brownfield system changes involves capturing the current baseline, framing the change as deltas, and recording what must be preserved to prevent regressions during downstream PRD creation.

How do I validate drafted functional requirements before writing a PRD?

Validating drafted functional requirements before writing a PRD requires a Socratic counter-argument challenge that tests each requirement to refine, demote, or drop risky or incorrect functional requirements.

Can I resume product discovery from an existing checkpoint if my session is interrupted?

You can resume product discovery from an existing checkpoint because the process detects context type from project markers and optionally resumes from an archived context/foundation/shape-notes.md file.

What happens if context or foundation files are missing before starting product discovery?

If context or foundation files are missing before starting product discovery, the process delegates initialization to a scaffolding tool rather than duplicating the setup logic.