Create a plan document in the Obsidian vault for: $ARGUMENTS
Target Detection
Same as /explain: check $ARGUMENTS for project slug, then classify based on what the work is about (not just the working directory). Vault/skills/tooling work -> general. Project-specific work -> detect from working directory. Fallback to general.
Steps
- •Read the plan template at
~/AIVault/_templates/plan.md - •Determine a kebab-case slug from the topic
- •Write to
~/AIVault/projects/{project-slug}/plans/{slug}.md(or~/AIVault/general/plans/{slug}.md) - •Fill in YAML frontmatter: date, tags, status (draft), execution-status (draft), project, type (plan)
- •Fill in: Objective, Current State, Proposed Approach, Implementation Steps (with
- [ ]checkboxes), Trade-offs, Acceptance Criteria - •Use full-path wiki-links with display names:
[[path/to/file|Display Name]] - •Add a
## Relatedsection with cross-links to related vault documents - •Update the relevant
{scope}-home.mdMOC - •Update the project's state file (
{slug}-status.md)## Planstable with a new row:| [[path/to/plan\|Plan Name]] | \draft` | One-line summary |`
Formatting
Reference the obsidian-markdown skill for Obsidian-flavored markdown conventions.