Plan
Activeplan · v1.0.0
Free-form plan and runbook scenarios (PlanHub Plan equivalent). Single markdown section.
- Schema Version:
- 1.0.0
- Collection Type:
- Campaign
Section Types
| ID | Name |
|---|---|
| markdown | Markdown |
MCP Tools
| Name | Description |
|---|---|
| plan_get_plan_markdown | Retrieve a plan scenario rendered as a single markdown string. Accepts either the scenario id (cuid) or its url slug. Walks the scenario sections in `order`, joins each markdown section with the canonical "\n\n---\n\n" separator, and returns { scenarioId, slug, title, markdown }. Errors if the scenario is not a plan (moduleId !== "plan"). |
| plan_summarize_plan | Generate a short summary of a plan. STUB today — returns a deterministic placeholder. Wired to a real LLM in Faz 6+ via the apps/web/lib/llm.ts provider abstraction. |
Usage Modes
| ID | Name |
|---|---|
| review | modules.plan.usageModes.review |
Example Scenarios
No published scenarios for this module yet.