analyze_initiative
Enforce a structured product analysis checklist (target users, competition, risks, MVP scope, RICE rationale) on an initiative before scoring. Returns a framework to fill, then call add_initiative and score_initiative.
Instructions
Force a senior-PM analysis SOP on one initiative BEFORE scoring. Returns the initiative body + a structured checklist (target users / competition / market signal / risks / MVP scope / out-of-scope / RICE rationale) the AI client must fill in inline as its response. Loads plan-knowledge.md context if present. The tool does NOT call an LLM — it scaffolds the prompt so the AI doesn't shortcut into a shallow read. Use this WHENEVER an idea originates from chat / WebFetch and lacks a thorough product analysis. After filling the checklist, call add_initiative(overwrite=true) with the enriched body, then score_initiative. Framework options: 'default' (7 sections), 'lite' (4 sections), 'lean_canvas' (9 blocks). Returns {initiative, framework, methodology_context, analysis_checklist, instructions, next_step_hint}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| initiative_id | Yes | ||
| framework | No | default |