mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
feat: add Conductor plugin for Context-Driven Development
Add comprehensive Conductor plugin implementing Context-Driven Development methodology with tracks, specs, and phased implementation plans. Components: - 5 commands: setup, new-track, implement, status, revert - 1 agent: conductor-validator - 3 skills: context-driven-development, track-management, workflow-patterns - 18 templates for project artifacts Documentation updates: - README.md: Updated counts (68 plugins, 100 agents, 110 skills, 76 tools) - docs/plugins.md: Added Conductor to Workflows section - docs/agents.md: Added conductor-validator agent - docs/agent-skills.md: Added Conductor skills section Also includes Prettier formatting across all project files.
This commit is contained in:
@@ -20,11 +20,11 @@ Comprehensive patterns for designing effective Key Performance Indicator (KPI) d
|
||||
|
||||
### 1. KPI Framework
|
||||
|
||||
| Level | Focus | Update Frequency | Audience |
|
||||
|-------|-------|------------------|----------|
|
||||
| **Strategic** | Long-term goals | Monthly/Quarterly | Executives |
|
||||
| **Tactical** | Department goals | Weekly/Monthly | Managers |
|
||||
| **Operational** | Day-to-day | Real-time/Daily | Teams |
|
||||
| Level | Focus | Update Frequency | Audience |
|
||||
| --------------- | ---------------- | ----------------- | ---------- |
|
||||
| **Strategic** | Long-term goals | Monthly/Quarterly | Executives |
|
||||
| **Tactical** | Department goals | Weekly/Monthly | Managers |
|
||||
| **Operational** | Day-to-day | Real-time/Daily | Teams |
|
||||
|
||||
### 2. SMART KPIs
|
||||
|
||||
@@ -406,6 +406,7 @@ for alert in alerts:
|
||||
## Best Practices
|
||||
|
||||
### Do's
|
||||
|
||||
- **Limit to 5-7 KPIs** - Focus on what matters
|
||||
- **Show context** - Comparisons, trends, targets
|
||||
- **Use consistent colors** - Red=bad, green=good
|
||||
@@ -413,6 +414,7 @@ for alert in alerts:
|
||||
- **Update appropriately** - Match metric frequency
|
||||
|
||||
### Don'ts
|
||||
|
||||
- **Don't show vanity metrics** - Focus on actionable data
|
||||
- **Don't overcrowd** - White space aids comprehension
|
||||
- **Don't use 3D charts** - They distort perception
|
||||
|
||||
Reference in New Issue
Block a user