mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
663 B
663 B
| description | argument-hint |
|---|---|
| Create a new plan file in .agents/plans/ | <plan-slug> [content] |
You are creating a new plan file in the .agents/plans/ directory.
Your Task
Load and follow the skill at .agents/skills/create-plan/SKILL.md. It contains the complete instructions for creating plan files including:
- Unique three-word ID generation
- Frontmatter format with date and title
- Script usage (
scripts/create-plan.ts)
Context
The plan slug and optional content: $ARGUMENTS
Begin
- Read the skill at
.agents/skills/create-plan/SKILL.md - Create the plan file using the slug from
$ARGUMENTSand appropriate content