Create a new initiative for tracking multi-session work
Creates a structured initiative with folder hierarchy for tracking multi-session work.
/plugin marketplace add hhopkins95/ai-systems/plugin install project-tracker@hhopkins-agent-systemCreate a new initiative with proper folder structure.
Ask for or infer:
active/ or backlog/?mkdir -p docs/workspace/initiatives/[state]/[initiative-name]/sessions
Write docs/workspace/initiatives/[state]/[initiative-name]/INITIATIVE.md:
---
title: [Initiative Name]
created: [today's date]
status: [active|backlog]
---
# [Initiative Name]
## Goal
[What we're trying to accomplish and why]
## Scope
**In scope:**
- [Item 1]
- [Item 2]
**Out of scope:**
- [Item explicitly excluded]
## Completion Criteria
- [ ] [Criterion 1]
- [ ] [Criterion 2]
- [ ] [Criterion 3]
- [ ] Documentation updated
## Current Status
[Initial status - typically "Not started" or "Starting initial design"]
## Quick Links
- [Sessions](sessions/)
For complex initiatives, ask if upfront design is needed.
If yes, create plans/ folder and initial plan document.
## Initiative Created
**Location:** `docs/workspace/initiatives/[state]/[name]/`
**Status:** [active|backlog]
**Structure:**
[name]/ ├── INITIATIVE.md └── sessions/
**Next:** [Suggest starting first session if active, or note it's in backlog]
If user references an existing idea:
docs/workspace/ideas/