sage-plan
Create detailed implementation plans by leveraging AI models to debate, critique, and refine strategies. Input a task and absolute paths to generate a consensus plan, optionally saving results and full transcripts for future reference.
Instructions
Generate an implementation plan via multi-model debate.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxTokens | No | Maximum token budget for the debate | |
outputPath | No | Markdown file path to save the final plan. Will also save a full transcript to a '-full-transcript.md' suffixed file. | |
paths | Yes | Paths to include as context. MUST be absolute paths (e.g., /home/user/project/src). Including directories will include all files contained within recursively. | |
prompt | Yes | The task to create an implementation plan for | |
rounds | No | Number of debate rounds (default: 3) |