Idea Scope Brief
Invoke as $idea-scope-brief.
Use this skill when the user has a half-formed idea and needs it cleaned up enough to enter the normal research and planning workflow. This skill is intentionally pre-ICP: it clarifies the concept, problem hypothesis, beneficiary hypothesis, value wedge, constraints, non-goals, and unknowns, but does not select an ICP, analyze competitors, define UX/UI, choose architecture, or write implementation specs.
Process
0. Product-Path Scope Resolution
Resolve research scope by product path before using code or app structure as a hint:
- If
$ARGUMENTS names a non-archived research/{slug}/ directory or a product-path ID whose scope_path points there, use that path. Treat {slug} as the product/app name, not the ICP, audience, or segment label.
- If
$ARGUMENTS names only research/_archive/{slug}/ or a manifest entry with status: archived or legacy status: abandoned, stop and warn that the path is archived; do not write or update scoped outputs there.
- Read
research/.progress.yaml when present. Normalize legacy active_path to active_paths on read and write back active_paths on manifest updates. Treat legacy abandoned as archived; exclude archived, abandoned, deferred, revisit_candidate, promoted, and any scope_path under research/_archive/ from active target selection.
- If active product paths exist in the manifest, use those paths. If multiple active paths exist, ask which one to target unless this skill explicitly supports cross-path output.
- If no active manifest target exists, list non-archived product directories under
research/, excluding research/_archive/ and dot directories. Auto-select only when exactly one exists; ask when multiple exist.
- If no product directories exist, use flat
research/ single-product mode.
- Detect monorepo/app/package structure only as a secondary hint. Suggest creating a missing
research/{slug}/ product path when code clearly exposes an app, but do not require code or monorepo detection before using research/{slug}/.
When product path {slug} is active, read and write research under research/{slug}/, specs under specs/{slug}/, and treat top-level research/*.md files as flat-mode documents or cross-path summaries.
Resolve context
- Read
.agents/project.json if it exists.
- Read README, CLAUDE.md, AGENTS.md, existing
research/, specs/, and task docs when present.
- Determine whether the current directory is already a bootstrapped project. Treat it as bootstrapped when it has meaningful
README.md plus AGENTS.md or CLAUDE.md; treat it as unbootstrapped when those are missing, placeholder-only, or the user is describing an idea outside any project repo.
- If
$ARGUMENTS contains a rough idea, use it as the starting draft.
- If
$ARGUMENTS names a non-archived research/{slug}/ product path, use that path. If it names only research/_archive/{slug}/, stop and warn that the path is archived.
- Determine the concept identity and a normalized concept slug as soon as either is known from
$ARGUMENTS, repo context, or the interview. Normalize by lowercasing, removing URL suffix noise, replacing non-alphanumeric runs with -, trimming leading/trailing -, and dropping only project-wide brand prefixes when the remaining word is the actual scoped concept (for example, poketo.work -> work; Poketo Core -> poketo-core).
- If existing research or the prompt suggests multiple related concepts may exist, prefer slugged output paths over generic filenames. Reserve generic
idea-brief.md only for a single unambiguous project-level concept.
- If no rough idea is available from arguments or repo context, ask the user for the idea in plain language.
- Read
research/.progress.yaml when present. Normalize active_path (singular legacy) to active_paths (plural list) when reading; treat legacy abandoned as archived and exclude archived/deferred/revisit/promoted paths plus research/_archive/ scopes from active target selection. Treat active_paths as the current product/app/ICP focuses and product_paths[] as parked, archived, or promoted product-path state, not git branch state.
- When the prompt, repo context, interview, or pivot history surfaces multiple related concepts, apps, product lines, or future pivots, update or propose updates to
research/.progress.yaml with product-path entries instead of merging them into one generic concept. Use fields: id, label, scope_path, status, source_skill, reason, archive_reason, archived_at, promoted_at, evidence_refs, revisit_trigger, next_skill, pipeline_stage, and last_touched. Set pipeline_stage: idea-scope-brief on entries created by this skill.
- Keep the central concept in
active_paths when it is the current focus. Record related or future concepts as status: deferred or status: revisit_candidate with a concrete revisit trigger and a likely next skill such as $icp <path/audience>; if business-discovery is not enabled, recommend $pack install business-discovery before $icp.
- When 3+ product paths exist in the manifest, recommend
$product-line review to the user for portfolio management; if business-ops is not enabled, recommend $pack install business-ops before $product-line.
Keep the boundary clear
- Do not run ICP, competitive analysis, journey mapping, UX variation, UI interview, roadmap, or implementation planning inside this skill.
- Do not validate the market with broad web research. Use light repo/context inspection only; downstream research skills own evidence gathering.
- Treat every user claim as a hypothesis unless supported by existing project files.
Surface an Idea Assumptions Manifest
- Before deep questioning, present what you think the concept is.
- Tag assumptions as
[from prompt], [from repo], [from research], or [inferred].
- Cover:
- concept summary
- problem hypothesis
- target beneficiary or user hypothesis
- product/category guess
- value wedge
- constraints
- non-goals
- riskiest unknowns
- Ask the user to confirm, correct, or flag assumptions before writing.
Market Structure Handoff
During the Idea Assumptions Manifest, if the concept appears marketplace/platform/B2B2C/multi-sided, add a compact Market Structure Handoff note:
- Name the apparent sides and the expected value exchange between them.
- Mark those sides and exchanges as hypotheses, not validated ICPs; do not decide which side is the customer, buyer, or primary ICP here.
- Keep the source tag for each side as
[from prompt], [from repo], or [inferred] unless the user provides a correction.
- If the concept appears single-sided, omit the handoff or state that no marketplace/platform/B2B2C/multi-sided handoff is apparent.
Interview until concept-ready
- Codex interview cadence is one primary decision question per turn by default. Use short follow-up bullets only when they clarify the same decision, not to batch unrelated questions.
- Resolve only concept-level ambiguity:
- what problem exists
- who might care
- what outcome changes for them
- what makes the idea different enough to investigate
- what must stay out of scope
- what constraints are real now
- When unsure, recommend a practical default and clearly mark it as an assumption.
Coverage checkpoint
- Present the final concept summary, unknowns, and readiness for ICP.
- Restate the resolved concept identity, slug, and exact output paths before writing.
- If the conversation pivoted from the initial concept to a different central concept, write the pivoted concept to its own slugged brief and preserve the initial concept as a related or future concept in the brief and interview log. Do not merge both concepts into one generic project-level brief.
- Ask whether any core premise, constraint, or non-goal is wrong before writing.
Build pre-approval alignment preview
- Before writing any canonical
research/**/idea-brief.md, research/**/idea-brief-interview.md, legacy flat research/idea-brief-{slug}.md variant, or research/.progress.yaml, build alignment/idea-scope-brief-{topic}.html as the review artifact.
- The HTML page must render the Idea/Concept Assumptions Manifest, artifact destinations, proposed file changes, coverage checkpoint, and approval gates, including any Market Structure Handoff.
- Attempt to open the page in the browser and point the user at the repo-relative path.
- Treat coverage-checkpoint confirmation as non-final; it only confirms the draft scope is ready to preview. Only final compiled YAML from the alignment page authorizes canonical writes.
- Before compiled YAML approval, the next action is review or revision of the HTML alignment page. Do not include
Recommended next skill, Recommended next command, or downstream routing language until after final compiled YAML approval has been provided and the approved artifacts below have been written or updated.
- When feedback-only YAML is provided, revise the alignment page and ask again; do not write canonical artifacts until final compiled YAML approval is provided.
Output
Before writing anything in this section, verify the alignment page has final compiled YAML approval. Do not write canonical idea briefs, interview logs, or research/.progress.yaml until alignment/idea-scope-brief-{topic}.html has been reviewed and the user has provided final compiled YAML approval. Coverage-checkpoint confirmation is not final approval and does not authorize these writes.
Write:
- For one unambiguous project-level concept only:
research/idea-brief.md and research/idea-brief-interview.md.
- When a product identity is known, multiple concepts exist or may exist, or a pivot occurs: prefer
research/{slug}/idea-brief.md and research/{slug}/idea-brief-interview.md; preserve flat research/idea-brief-{slug}.md only as legacy compatibility when no product path is being introduced.
- If
$ARGUMENTS names a non-archived product path, use unsuffixed scoped files under research/{slug}/: research/{slug}/idea-brief.md and research/{slug}/idea-brief-interview.md.
research/.progress.yaml — create or update only when multiple concepts, product paths, product lines, product-path scopes, or pivots are present. Use product_paths terminology instead of branch terminology.
The idea brief must include:
## Summary
## Problem Hypothesis
## Beneficiary Hypothesis
## Product Category Guess
## Value Wedge
## Constraints
## Non-Goals
## Assumptions And Unknowns
## ICP Readiness
## Next Steps
The ## ICP Readiness section must state whether the concept is ready for $icp, what inputs $icp should use, and which assumptions should be tested first. If a Market Structure Handoff exists, include the apparent sides and value exchange as explicit inputs for $icp to validate or refute.
The ## Next Steps section must recommend exactly one primary command:
- If the concept appears to be a business app or user-facing product and the business discovery lane is not enabled:
$pack install business-discovery — this installs the research skills (ICP, competitive analysis, value prop, positioning, lean canvas) needed before any repo bootstrapping or development.
- If
business-discovery or the compatibility business-app alias is enabled: $icp
- If the concept already has ICP/market evidence but needs journey, onboarding, conversion, or retention planning:
$pack install customer-lifecycle
- If project type is unclear:
$pack recommend
Include 1-3 other options only when they are materially useful.
Alignment Page
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following ALIGNMENT-PAGE.md in this skill's directory. Output: alignment/idea-scope-brief-{topic}.html.
Constraints
- Keep the skill short and pre-research.
- Do not write specs, UX variants, UI specs, roadmap phases, or implementation tasks.
- Do not recommend
$scaffold unless the user explicitly asks to create a package/app shell before research; normal product flow scaffolds after research, prototype consolidation, spec, roadmap, and phase planning identify the first implementation target. $scaffold requires the monorepo pack ($pack install monorepo).
- Do not update
tasks/todo.md.
- New files do not need archive snapshots. Before replacing an existing idea brief, including slugged briefs, archive it to
docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>.
- Migration: if a project already has
research/concept-brief.md, research/concept-brief-interview.md, or any research/{slug}/concept-brief*.md / research/concept-brief-{slug}*.md from a prior run, rename it to the idea-brief equivalent before re-running. Write only the idea-brief names and no longer recognizes the legacy concept-brief filenames.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.
1---2name: idea-scope-brief-143description: Shape a rough product or project idea into a scoped brief before ICP, market research, specifications, UX, UI, or implementation planning4---5
6# Idea Scope Brief
7
8Invoke as `$idea-scope-brief`.
9
10Use this skill when the user has a half-formed idea and needs it cleaned up enough to enter the normal research and planning workflow. This skill is intentionally pre-ICP: it clarifies the concept, problem hypothesis, beneficiary hypothesis, value wedge, constraints, non-goals, and unknowns, but does not select an ICP, analyze competitors, define UX/UI, choose architecture, or write implementation specs.
11
12## Process
13
14### 0. Product-Path Scope Resolution
15
16Resolve research scope by product path before using code or app structure as a hint:
17
181. If `$ARGUMENTS` names a non-archived `research/{slug}/` directory or a product-path ID whose `scope_path` points there, use that path. Treat `{slug}` as the product/app name, not the ICP, audience, or segment label.
192. If `$ARGUMENTS` names only `research/_archive/{slug}/` or a manifest entry with `status: archived` or legacy `status: abandoned`, stop and warn that the path is archived; do not write or update scoped outputs there.
203. Read `research/.progress.yaml` when present. Normalize legacy `active_path` to `active_paths` on read and write back `active_paths` on manifest updates. Treat legacy `abandoned` as `archived`; exclude `archived`, `abandoned`, `deferred`, `revisit_candidate`, `promoted`, and any `scope_path` under `research/_archive/` from active target selection.
214. If active product paths exist in the manifest, use those paths. If multiple active paths exist, ask which one to target unless this skill explicitly supports cross-path output.
225. If no active manifest target exists, list non-archived product directories under `research/`, excluding `research/_archive/` and dot directories. Auto-select only when exactly one exists; ask when multiple exist.
236. If no product directories exist, use flat `research/` single-product mode.
247. Detect monorepo/app/package structure only as a secondary hint. Suggest creating a missing `research/{slug}/` product path when code clearly exposes an app, but do not require code or monorepo detection before using `research/{slug}/`.
25
26When product path `{slug}` is active, read and write research under `research/{slug}/`, specs under `specs/{slug}/`, and treat top-level `research/*.md` files as flat-mode documents or cross-path summaries.
27
281. **Resolve context**
29 - Read `.agents/project.json` if it exists.
30 - Read README, CLAUDE.md, AGENTS.md, existing `research/`, `specs/`, and task docs when present.
31 - Determine whether the current directory is already a bootstrapped project. Treat it as bootstrapped when it has meaningful `README.md` plus `AGENTS.md` or `CLAUDE.md`; treat it as unbootstrapped when those are missing, placeholder-only, or the user is describing an idea outside any project repo.
32 - If `$ARGUMENTS` contains a rough idea, use it as the starting draft.
33 - If `$ARGUMENTS` names a non-archived `research/{slug}/` product path, use that path. If it names only `research/_archive/{slug}/`, stop and warn that the path is archived.
34 - Determine the concept identity and a normalized concept slug as soon as either is known from `$ARGUMENTS`, repo context, or the interview. Normalize by lowercasing, removing URL suffix noise, replacing non-alphanumeric runs with `-`, trimming leading/trailing `-`, and dropping only project-wide brand prefixes when the remaining word is the actual scoped concept (for example, `poketo.work` -> `work`; `Poketo Core` -> `poketo-core`).
35 - If existing research or the prompt suggests multiple related concepts may exist, prefer slugged output paths over generic filenames. Reserve generic `idea-brief.md` only for a single unambiguous project-level concept.
36 - If no rough idea is available from arguments or repo context, ask the user for the idea in plain language.
37 - Read `research/.progress.yaml` when present. Normalize `active_path` (singular legacy) to `active_paths` (plural list) when reading; treat legacy `abandoned` as `archived` and exclude archived/deferred/revisit/promoted paths plus `research/_archive/` scopes from active target selection. Treat `active_paths` as the current product/app/ICP focuses and `product_paths[]` as parked, archived, or promoted product-path state, not git branch state.
38 - When the prompt, repo context, interview, or pivot history surfaces multiple related concepts, apps, product lines, or future pivots, update or propose updates to `research/.progress.yaml` with product-path entries instead of merging them into one generic concept. Use fields: `id`, `label`, `scope_path`, `status`, `source_skill`, `reason`, `archive_reason`, `archived_at`, `promoted_at`, `evidence_refs`, `revisit_trigger`, `next_skill`, `pipeline_stage`, and `last_touched`. Set `pipeline_stage: idea-scope-brief` on entries created by this skill.
39 - Keep the central concept in `active_paths` when it is the current focus. Record related or future concepts as `status: deferred` or `status: revisit_candidate` with a concrete revisit trigger and a likely next skill such as `$icp <path/audience>`; if `business-discovery` is not enabled, recommend `$pack install business-discovery` before `$icp`.
40 - When 3+ product paths exist in the manifest, recommend `$product-line review` to the user for portfolio management; if `business-ops` is not enabled, recommend `$pack install business-ops` before `$product-line`.
41
422. **Keep the boundary clear**
43 - Do not run ICP, competitive analysis, journey mapping, UX variation, UI interview, roadmap, or implementation planning inside this skill.
44 - Do not validate the market with broad web research. Use light repo/context inspection only; downstream research skills own evidence gathering.
45 - Treat every user claim as a hypothesis unless supported by existing project files.
46
473. **Surface an Idea Assumptions Manifest**
48 - Before deep questioning, present what you think the concept is.
49 - Tag assumptions as `[from prompt]`, `[from repo]`, `[from research]`, or `[inferred]`.
50 - Cover:
51 - concept summary
52 - problem hypothesis
53 - target beneficiary or user hypothesis
54 - product/category guess
55 - value wedge
56 - constraints
57 - non-goals
58 - riskiest unknowns
59 - Ask the user to confirm, correct, or flag assumptions before writing.
60
61### Market Structure Handoff
62
63During the Idea Assumptions Manifest, if the concept appears marketplace/platform/B2B2C/multi-sided, add a compact `Market Structure Handoff` note:
64
65- Name the apparent sides and the expected value exchange between them.
66- Mark those sides and exchanges as hypotheses, not validated ICPs; do not decide which side is the customer, buyer, or primary ICP here.
67- Keep the source tag for each side as `[from prompt]`, `[from repo]`, or `[inferred]` unless the user provides a correction.
68- If the concept appears single-sided, omit the handoff or state that no marketplace/platform/B2B2C/multi-sided handoff is apparent.
69
704. **Interview until concept-ready**
71 - Codex interview cadence is one primary decision question per turn by default. Use short follow-up bullets only when they clarify the same decision, not to batch unrelated questions.
72 - Resolve only concept-level ambiguity:
73 - what problem exists
74 - who might care
75 - what outcome changes for them
76 - what makes the idea different enough to investigate
77 - what must stay out of scope
78 - what constraints are real now
79 - When unsure, recommend a practical default and clearly mark it as an assumption.
80
815. **Coverage checkpoint**
82 - Present the final concept summary, unknowns, and readiness for ICP.
83 - Restate the resolved concept identity, slug, and exact output paths before writing.
84 - If the conversation pivoted from the initial concept to a different central concept, write the pivoted concept to its own slugged brief and preserve the initial concept as a related or future concept in the brief and interview log. Do not merge both concepts into one generic project-level brief.
85 - Ask whether any core premise, constraint, or non-goal is wrong before writing.
86
876. **Build pre-approval alignment preview**
88 - Before writing any canonical `research/**/idea-brief.md`, `research/**/idea-brief-interview.md`, legacy flat `research/idea-brief-{slug}.md` variant, or `research/.progress.yaml`, build `alignment/idea-scope-brief-{topic}.html` as the review artifact.
89 - The HTML page must render the Idea/Concept Assumptions Manifest, artifact destinations, proposed file changes, coverage checkpoint, and approval gates, including any Market Structure Handoff.
90 - Attempt to open the page in the browser and point the user at the repo-relative path.
91 - Treat coverage-checkpoint confirmation as non-final; it only confirms the draft scope is ready to preview. Only final compiled YAML from the alignment page authorizes canonical writes.
92 - Before compiled YAML approval, the next action is review or revision of the HTML alignment page. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language until after final compiled YAML approval has been provided and the approved artifacts below have been written or updated.
93 - When feedback-only YAML is provided, revise the alignment page and ask again; do not write canonical artifacts until final compiled YAML approval is provided.
94
95## Output
96
97Before writing anything in this section, verify the alignment page has final compiled YAML approval. Do not write canonical idea briefs, interview logs, or `research/.progress.yaml` until `alignment/idea-scope-brief-{topic}.html` has been reviewed and the user has provided final compiled YAML approval. Coverage-checkpoint confirmation is not final approval and does not authorize these writes.
98
99Write:
100
101- For one unambiguous project-level concept only: `research/idea-brief.md` and `research/idea-brief-interview.md`.
102- When a product identity is known, multiple concepts exist or may exist, or a pivot occurs: prefer `research/{slug}/idea-brief.md` and `research/{slug}/idea-brief-interview.md`; preserve flat `research/idea-brief-{slug}.md` only as legacy compatibility when no product path is being introduced.
103- If `$ARGUMENTS` names a non-archived product path, use unsuffixed scoped files under `research/{slug}/`: `research/{slug}/idea-brief.md` and `research/{slug}/idea-brief-interview.md`.
104- `research/.progress.yaml` — create or update only when multiple concepts, product paths, product lines, product-path scopes, or pivots are present. Use `product_paths` terminology instead of branch terminology.
105
106The idea brief must include:
107
108- `## Summary`
109- `## Problem Hypothesis`
110- `## Beneficiary Hypothesis`
111- `## Product Category Guess`
112- `## Value Wedge`
113- `## Constraints`
114- `## Non-Goals`
115- `## Assumptions And Unknowns`
116- `## ICP Readiness`
117- `## Next Steps`
118
119The `## ICP Readiness` section must state whether the concept is ready for `$icp`, what inputs `$icp` should use, and which assumptions should be tested first. If a Market Structure Handoff exists, include the apparent sides and value exchange as explicit inputs for `$icp` to validate or refute.
120
121The `## Next Steps` section must recommend exactly one primary command:
122
123- If the concept appears to be a business app or user-facing product and the business discovery lane is not enabled: `$pack install business-discovery` — this installs the research skills (ICP, competitive analysis, value prop, positioning, lean canvas) needed before any repo bootstrapping or development.
124- If `business-discovery` or the compatibility `business-app` alias is enabled: `$icp`
125- If the concept already has ICP/market evidence but needs journey, onboarding, conversion, or retention planning: `$pack install customer-lifecycle`
126- If project type is unclear: `$pack recommend`
127
128Include 1-3 other options only when they are materially useful.
129
130### Alignment Page
131
132When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/idea-scope-brief-{topic}.html`.
133
134## Constraints
135
136- Keep the skill short and pre-research.
137- Do not write specs, UX variants, UI specs, roadmap phases, or implementation tasks.
138- Do not recommend `$scaffold` unless the user explicitly asks to create a package/app shell before research; normal product flow scaffolds after research, prototype consolidation, spec, roadmap, and phase planning identify the first implementation target. `$scaffold` requires the monorepo pack (`$pack install monorepo`).
139- Do not update `tasks/todo.md`.
140- New files do not need archive snapshots. Before replacing an existing idea brief, including slugged briefs, archive it to `docs/history/archive/YYYY-MM-DD/HHMMSS/<original-relative-path>`.
141- Migration: if a project already has `research/concept-brief.md`, `research/concept-brief-interview.md`, or any `research/{slug}/concept-brief*.md` / `research/concept-brief-{slug}*.md` from a prior run, rename it to the `idea-brief` equivalent before re-running. Write only the `idea-brief` names and no longer recognizes the legacy `concept-brief` filenames.
142
143## Default Shipping Contract
144
145Follow the shared shipping contract convention in CLAUDE.md.