mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Conductor plugin was at root level instead of plugins/ directory, causing slash commands to not be recognized by Claude Code.
91 lines
3.1 KiB
Markdown
91 lines
3.1 KiB
Markdown
# Conductor Hub
|
|
|
|
## Project: {{PROJECT_NAME}}
|
|
|
|
Central navigation for all Conductor artifacts and development tracks.
|
|
|
|
## Quick Links
|
|
|
|
### Core Documents
|
|
|
|
| Document | Description | Status |
|
|
| --------------------------------------------- | -------------------------- | ---------- |
|
|
| [Product Vision](./product.md) | Product overview and goals | {{STATUS}} |
|
|
| [Product Guidelines](./product-guidelines.md) | Voice, tone, and standards | {{STATUS}} |
|
|
| [Tech Stack](./tech-stack.md) | Technology decisions | {{STATUS}} |
|
|
| [Workflow](./workflow.md) | Development process | {{STATUS}} |
|
|
|
|
### Track Management
|
|
|
|
| Document | Description |
|
|
| ------------------------------- | ---------------------- |
|
|
| [Track Registry](./tracks.md) | All development tracks |
|
|
| [Active Tracks](#active-tracks) | Currently in progress |
|
|
|
|
### Style Guides
|
|
|
|
| Guide | Language/Domain |
|
|
| ---------------------------------------------- | ------------------------- |
|
|
| [General](./code_styleguides/general.md) | Universal principles |
|
|
| [TypeScript](./code_styleguides/typescript.md) | TypeScript conventions |
|
|
| [JavaScript](./code_styleguides/javascript.md) | JavaScript best practices |
|
|
| [Python](./code_styleguides/python.md) | Python standards |
|
|
| [Go](./code_styleguides/go.md) | Go idioms |
|
|
| [C#](./code_styleguides/csharp.md) | C# conventions |
|
|
| [Dart](./code_styleguides/dart.md) | Dart/Flutter patterns |
|
|
| [HTML/CSS](./code_styleguides/html-css.md) | Web standards |
|
|
|
|
## Active Tracks
|
|
|
|
| Track | Status | Priority | Spec | Plan |
|
|
| -------------- | ---------- | ------------ | ------------------------------------- | ------------------------------------- |
|
|
| {{TRACK_NAME}} | {{STATUS}} | {{PRIORITY}} | [spec](./tracks/{{TRACK_ID}}/spec.md) | [plan](./tracks/{{TRACK_ID}}/plan.md) |
|
|
|
|
## 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
|
|
|
|
1. Review [Product Vision](./product.md) for project context
|
|
2. Check [Tech Stack](./tech-stack.md) for technology decisions
|
|
3. Read [Workflow](./workflow.md) for development process
|
|
4. Find your track in [Track Registry](./tracks.md)
|
|
5. Follow track spec and plan
|
|
|
|
## Commands Reference
|
|
|
|
```bash
|
|
# Setup
|
|
{{SETUP_COMMAND}}
|
|
|
|
# Development
|
|
{{DEV_COMMAND}}
|
|
|
|
# Testing
|
|
{{TEST_COMMAND}}
|
|
|
|
# Build
|
|
{{BUILD_COMMAND}}
|
|
```
|
|
|
|
---
|
|
|
|
**Last Updated:** {{LAST_UPDATED}}
|
|
**Maintained By:** {{MAINTAINER}}
|