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:
Seth Hobson
2026-01-15 17:38:21 -05:00
parent 87231b828d
commit f662524f9a
94 changed files with 11610 additions and 1728 deletions

View File

@@ -37,6 +37,7 @@ The following behaviors are considered harassment and are unacceptable:
### Reporting
If you experience or witness unacceptable behavior, please report it by:
- Creating an issue with the `moderation` label
- Contacting the repository maintainers directly
- Using GitHub's built-in reporting mechanisms
@@ -59,6 +60,7 @@ Community leaders will follow these guidelines in determining consequences:
## Scope
This Code of Conduct applies within all community spaces, including:
- Issues and pull requests
- Discussions and comments
- Wiki and documentation
@@ -70,4 +72,4 @@ This Code of Conduct is adapted from the [Contributor Covenant](https://www.cont
## Contact
Questions about the Code of Conduct can be directed to the repository maintainers through GitHub issues or discussions.
Questions about the Code of Conduct can be directed to the repository maintainers through GitHub issues or discussions.

View File

@@ -11,18 +11,21 @@ Thank you for your interest in contributing to this collection of Claude Code su
## Types of Contributions
### Subagent Improvements
- Bug fixes in existing agent prompts
- Performance optimizations
- Enhanced capabilities or instructions
- Documentation improvements
### New Subagents
- Well-defined specialized agents for specific domains
- Clear use cases and examples
- Comprehensive documentation
- Integration with existing workflows
### Infrastructure
- GitHub Actions improvements
- Template enhancements
- Community tooling
@@ -30,12 +33,14 @@ Thank you for your interest in contributing to this collection of Claude Code su
## Contribution Process
### 1. Issues First
- **Always create an issue before starting work** on significant changes
- Use the appropriate issue template
- Provide clear, detailed descriptions
- Include relevant examples or use cases
### 2. Pull Requests
- Fork the repository and create a feature branch
- Follow existing code style and formatting
- Include tests or examples where appropriate
@@ -43,6 +48,7 @@ Thank you for your interest in contributing to this collection of Claude Code su
- Use clear, descriptive commit messages
### 3. Review Process
- All PRs require review from maintainers
- Address feedback promptly and professionally
- Be patient - reviews may take time
@@ -50,6 +56,7 @@ Thank you for your interest in contributing to this collection of Claude Code su
## Content Guidelines
### What We Accept
- ✅ Constructive feedback and suggestions
- ✅ Well-researched feature requests
- ✅ Clear bug reports with reproduction steps
@@ -58,6 +65,7 @@ Thank you for your interest in contributing to this collection of Claude Code su
- ✅ Specialized domain expertise
### What We Don't Accept
- ❌ Hate speech, discrimination, or harassment
- ❌ Spam, promotional content, or off-topic posts
- ❌ Personal attacks or inflammatory language
@@ -68,6 +76,7 @@ Thank you for your interest in contributing to this collection of Claude Code su
## Quality Standards
### For Subagents
- Clear, specific domain expertise
- Well-structured prompt engineering
- Practical use cases and examples
@@ -75,6 +84,7 @@ Thank you for your interest in contributing to this collection of Claude Code su
- Integration with existing patterns
### For Documentation
- Clear, concise writing
- Accurate technical information
- Consistent formatting and style
@@ -83,12 +93,14 @@ Thank you for your interest in contributing to this collection of Claude Code su
## Community Guidelines
### Communication
- **Be respectful** - Treat all community members with dignity
- **Be constructive** - Focus on improving the project
- **Be patient** - Allow time for responses and reviews
- **Be helpful** - Share knowledge and assist others
### Collaboration
- **Give credit** - Acknowledge others' contributions
- **Share knowledge** - Help others learn and grow
- **Stay focused** - Keep discussions on topic
@@ -104,6 +116,7 @@ Thank you for your interest in contributing to this collection of Claude Code su
## Recognition
Contributors who consistently provide high-quality submissions and maintain professional conduct will be:
- Acknowledged in release notes
- Given priority review for future contributions
- Potentially invited to become maintainers
@@ -111,15 +124,17 @@ Contributors who consistently provide high-quality submissions and maintain prof
## Enforcement
Violations of these guidelines may result in:
1. **Warning** - First offense or minor issues
2. **Temporary restrictions** - Suspension of contribution privileges
3. **Permanent ban** - Severe or repeated violations
Reports of violations should be made through:
- GitHub's built-in reporting tools
- Issues tagged with `moderation`
- Direct contact with maintainers
---
Thank you for helping make this project a welcoming, productive environment for everyone!
Thank you for helping make this project a welcoming, productive environment for everyone!

2
.github/FUNDING.yml vendored
View File

@@ -1 +1 @@
github: wshobson
github: wshobson