Structured project context management through persistent, synchronized documentation artifacts.
Works with
Creates and maintains five core artifacts in a conductor/ directory: product.md (vision/goals), tech-stack.md (dependencies/architecture), workflow.md (development practices), tracks.md (work unit registry), and product-guidelines.md (communication standards)
Scaffolds new projects interactively or extracts context from existing codebases, pre-populating artifacts based on discovered patterns
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versioncontext-driven-developmentExecute the skills CLI command in your project's root directory to begin installation:
Fetches context-driven-development from wshobson/agents and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate context-driven-development. Access via /context-driven-development in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
33.1K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
33.1K
stars
Guide for implementing and maintaining context as a managed artifact alongside code, enabling consistent AI interactions and team alignment through structured project documentation.
Context-Driven Development treats project context as a first-class artifact managed alongside code. Instead of relying on ad-hoc prompts or scattered documentation, establish a persistent, structured foundation that informs all AI interactions.
Key principles:
Follow the Context → Spec & Plan → Implement workflow:
Purpose: Captures product vision, goals, target users, and business context.
Contents:
Update when:
Purpose: Establishes brand voice, messaging standards, and communication patterns.
Contents:
Update when:
Purpose: Documents technology choices, dependencies, and architectural decisions.
Contents:
Update when:
Purpose: Establishes development practices, quality gates, and team workflows.
Contents:
Update when:
Purpose: Registry of all work units with status and metadata.
Contents:
Update when:
See references/artifact-templates.md for copy-paste starter templates.
Ensure changes in one artifact reflect in related documents:
Before adding any new dependency:
After completing a feature track:
Before starting any track:
For new projects:
/conductor:setup to create all artifacts interactivelyCharacteristics:
For existing codebases:
/conductor:setup with existing codebase detectionCharacteristics:
conductor/
├── index.md # Navigation hub linking all artifacts
├── product.md # Product vision and goals
├── product-guidelines.md # Communication standards
├── tech-stack.md # Technology preferences
├── workflow.md # Development practices
├── tracks.md # Work unit registry
├── setup_state.json # Resumable setup state
├── code_styleguides/ # Language-specific conventions
│ ├── python.md
│ ├── typescript.md
│ └── ...
└── tracks/
└── <track-id>/
├── spec.md
├── plan.md
├── metadata.json
└── index.md
/conductor:setupBefore starting implementation on any track, validate context:
Avoid these context management mistakes:
Problem: Context documents become outdated and misleading. Solution: Update context as part of each track's completion process.
Problem: Information scattered across multiple locations. Solution: Use the defined artifact structure; resist creating new document types.
Problem: Relying on knowledge not captured in artifacts. Solution: If you reference something repeatedly, add it to the appropriate artifact.
Problem: One person maintains context without team input. Solution: Review context artifacts in pull requests; make updates collaborative.
Problem: Context becomes so detailed it's impossible to maintain. Solution: Keep artifacts focused on decisions that affect AI behavior and team alignment.
Configure your IDE to display context files prominently:
Consider pre-commit hooks that:
Include context validation in pipelines:
Conductor supports multi-session development through context persistence:
If interrupted mid-task:
[~] with note about stopping pointMake data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
greedychipmunk/agent-skills
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
context-driven-development is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
context-driven-development has been reliable in day-to-day use. Documentation quality is above average for community skills.
We added context-driven-development from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
context-driven-development reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for context-driven-development matched our evaluation — installs cleanly and behaves as described in the markdown.
context-driven-development fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in context-driven-development — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Useful defaults in context-driven-development — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
context-driven-development has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: context-driven-development is focused, and the summary matches what you get after install.
showing 1-10 of 69