Plan

Active

plan · 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

IDName
markdownMarkdown

MCP Tools

NameDescription
plan_get_plan_markdownRetrieve 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_planGenerate 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

IDName
reviewmodules.plan.usageModes.review

Example Scenarios

No published scenarios for this module yet.