mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
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.
3.1 KiB
3.1 KiB
Conductor Hub
Project: {{PROJECT_NAME}}
Central navigation for all Conductor artifacts and development tracks.
Quick Links
Core Documents
| Document | Description | Status |
|---|---|---|
| Product Vision | Product overview and goals | {{STATUS}} |
| Product Guidelines | Voice, tone, and standards | {{STATUS}} |
| Tech Stack | Technology decisions | {{STATUS}} |
| Workflow | Development process | {{STATUS}} |
Track Management
| Document | Description |
|---|---|
| Track Registry | All development tracks |
| Active Tracks | Currently in progress |
Style Guides
| Guide | Language/Domain |
|---|---|
| General | Universal principles |
| TypeScript | TypeScript conventions |
| JavaScript | JavaScript best practices |
| Python | Python standards |
| Go | Go idioms |
| C# | C# conventions |
| Dart | Dart/Flutter patterns |
| HTML/CSS | Web standards |
Active Tracks
| Track | Status | Priority | Spec | Plan |
|---|---|---|---|---|
| {{TRACK_NAME}} | {{STATUS}} | {{PRIORITY}} | spec | plan |
Recent Activity
| Date | Track | Action |
|---|---|---|
| {{DATE}} | {{TRACK}} | {{ACTION}} |
Project Status
Current Phase: {{CURRENT_PHASE}} Overall Progress: {{PROGRESS_PERCENTAGE}}%
Milestone Tracker
| Milestone | Target Date | Status |
|---|---|---|
| {{MILESTONE_1}} | {{DATE_1}} | {{STATUS_1}} |
| {{MILESTONE_2}} | {{DATE_2}} | {{STATUS_2}} |
| {{MILESTONE_3}} | {{DATE_3}} | {{STATUS_3}} |
Getting Started
- Review Product Vision for project context
- Check Tech Stack for technology decisions
- Read Workflow for development process
- Find your track in Track Registry
- Follow track spec and plan
Commands Reference
# Setup
{{SETUP_COMMAND}}
# Development
{{DEV_COMMAND}}
# Testing
{{TEST_COMMAND}}
# Build
{{BUILD_COMMAND}}
Last Updated: {{LAST_UPDATED}} Maintained By: {{MAINTAINER}}