with one click
initiative
// Initiative planning, status reporting, and KPI-based performance reports with trend analysis
// Initiative planning, status reporting, and KPI-based performance reports with trend analysis
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | initiative |
| description | Initiative planning, status reporting, and KPI-based performance reports with trend analysis |
| user-invocable | true |
| help | {"purpose":"Initiative planning, status reporting, and KPI-based performance reports with trend analysis.","use_cases":["Plan a new initiative for [topic]","What's the status of [initiative]?","Generate a performance report"],"scope":"initiatives,planning,status,kpis,performance"} |
Comprehensive initiative management with three distinct modes: planning new initiatives, tracking status, and generating performance reports with KPI analysis.
Vault reads/writes use mcp__tars_vault__* tools (see skills/core/SKILL.md). Ticketing/roadmap data resolves via mcp__tars_vault__resolve_capability(capability="project-tracker"); KPI data via resolve_capability(capability="data-warehouse"); analytics via resolve_capability(capability="analytics") — skills never hard-code provider server names. Form every wikilink in initiative notes via mcp__tars_vault__format_wikilink — see core → "Wikilink discipline". Hand-formed [[...]] is rejected at the MCP and hook layers.
This does NOT provide: hour estimates, sprint planning, developer task breakdowns, ticket creation, complexity points.
Scope new initiatives, build business cases, and assess project feasibility from a product management perspective.
Identify competencies needed:
| Category | Examples |
|---|---|
| Technical | Data Science, ML Engineering, Backend, Frontend |
| Domain | Industry expertise, Compliance, Data Governance, UX Research |
| Operational | Project Management, Vendor Relations |
For each skill note:
Outcome-oriented milestones, not tasks:
| Phase | Example |
|---|---|
| Discovery | "User research complete with pain points validated" |
| Design | "Technical architecture approved" |
| Build | "MVP deployed to staging" |
| Launch | "Soft launch with beta customers" |
| Scale | "GA release with target adoption" |
| Dimension | Low | Medium | High |
|---|---|---|---|
| Technical | Known patterns | Some unknowns | Novel |
| Coordination | Single team | 2-3 teams | Org-wide |
| Timeline | Flexible | Target date | Hard deadline |
Effort profile: Light / Medium / Heavy / Major Door type: One-Way (irreversible) / Two-Way (reversible)
When invoked for initiative status (not planning):
memory/initiatives/{name}.mdGenerate KPI-based performance reports with trend analysis, separate from initiative-status (which gives holistic project health). This mode focuses on operational metrics and trends.
Read reference/kpis.md to determine:
Common query patterns per metric:
| Metric | Query intent |
|---|---|
| Velocity | Completed items in recent sprints |
| Cycle time | Average time from start to done |
| Bug count | Open bugs by severity |
| Blocked items | Items in blocked status |
| Sprint completion | Open sprint progress |
| Deployment frequency | Releases in recent period |
For each metric:
Flag metrics that:
# Performance report: YYYY-MM-DD
## [Team/Initiative Name]
| KPI | Current | Previous | Trend |
|-----|---------|----------|-------|
| [Metric] | [Value] | [Value] | [Improving/Declining/Stable] |
### Flagged issues
- [Issue description with specific data]
### Recommended actions
- [Data-driven recommendation]
Repeat for each team/initiative in reference/kpis.md.
Save to journal/YYYY-MM/YYYY-MM-DD-performance-report.md
---
date: YYYY-MM-DD
title: Performance Report
type: performance
teams: [Team names]
initiatives: [Initiative names]
---
## Initiative: [Name]
### Executive summary
[2-3 sentences]
### Skill sets required
| Skill | Level | Coverage |
|-------|-------|----------|
### Milestones
1. **[Phase]:** [Outcome] -- Timeline range
### Dependencies
- Internal: [[Team/Person]]
- External: [[Vendor]]
### Risks and assumptions
| Risk | Likelihood | Impact | Mitigation |
|------|------------|--------|------------|
### Effort profile
- Technical complexity: [L/M/H]
- Coordination: [L/M/H]
- Overall: [Light/Medium/Heavy/Major]
- Door type: [One-Way / Two-Way]
## Initiative status: [Name]
**Overall health:** [On Track / At Risk / Blocked]
### Progress
| Metric | Value |
|--------|-------|
| Stories completed | X / Y |
| Blocked items | N |
| Sprint velocity | Z pts |
### Blockers
- [Blocker description with owner]
### Recent decisions
- [Decision from memory/decisions/]
### Upcoming milestones
- [Milestone with target date]
### Recommendations
- [Data-driven recommendation]
## Performance report: YYYY-MM-DD
### [Team/Initiative Name]
| KPI | Current | Previous | Trend | Status |
|-----|---------|----------|-------|--------|
| [Metric] | [Value] | [Value] | [Improving/Declining/Stable] | [OK/Warning/Critical] |
### Flagged issues
- [Issue description with specific data and timeline]
### Recommended actions
- [Data-driven recommendation with priority]
### Data source notes
- [Any limitations or gaps in metric collection]
Planning mode:
Status mode:
Performance mode:
reference/kpis.md (mandatory)Planning mode:
Status mode:
Performance mode: