What problem does it solve?
This Skill eliminates the time-consuming and error-prone manual process of gathering all necessary information for a development task. It ensures that developers always have a complete and relevant context, including requirements, design, code dependencies, and historical decisions, preventing misunderstandings and rework.
Core Features & Use Cases
- Intelligent Document Aggregation: Automatically locates and aggregates relevant requirements, design, and task documents, intelligently de-duplicating and summarizing large files to fit token budgets.
- Code Dependency Analysis: Uses the
serena tool to analyze code dependencies, identifying relevant Repository, Service, and Controller layers, their interfaces, and implementation details.
- Historical Decision Tracing: Retrieves Architecture Decision Records (ADRs), relevant best practices from memory, and related GitHub Issue history to provide comprehensive background and rationale.
- Use Case: When starting a new GitHub Issue, this Skill automatically builds a "context package" containing all relevant documents, code snippets, ADRs, and past discussions, allowing the developer to immediately start coding with full understanding.
Quick Start
Build the context for GitHub Issue #1234, which involves modifying the ConsultationRepository.