Help us improve
Share bugs, ideas, or general feedback.
From project-tracker
Create a new initiative for tracking multi-session work
npx claudepluginhub hhopkins95/ai-systemsHow this command is triggered — by the user, by Claude, or both
Slash command
/project-tracker:new-initiativeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# New Initiative Create a new initiative with proper folder structure. ## Process ### 1. Gather Information Ask for or infer: - **Goal**: What are we trying to accomplish? - **Scope**: What's in/out of scope? - **Completion criteria**: How do we know when it's done? - **State**: Start in `active/` or `backlog/`? ### 2. Create Folder Structure ### 3. Create INITIATIVE.md Write `docs/workspace/initiatives/[state]/[initiative-name]/INITIATIVE.md`: ### 4. Optional: Create Initial Plan For complex initiatives, ask if upfront design is needed. If yes, create `plans/` folder and init...
/plannerPlans new ideas or refines existing ones into execution-ready tasks. Accepts single-idea, multi-idea, or existing IDEA-NNN arguments.
/planGuides structured planning sessions for new projects, features, or retrospectives. Interactively gathers requirements and produces a complete plan document.
/epicDefines a product-level initiative in the hub repository, identifies affected service repos, and documents cross-team agreements (API contracts, shared conventions).
/planCreates three planning files (task_plan.md, findings.md, progress.md) for a new task, prompting for the goal and checking for existing files.
Share bugs, ideas, or general feedback.
Create 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/