What problem does it solve?
Manually planning implementations for GitHub issues in a complex monorepo is time-consuming, often misses cross-scope dependencies, existing code patterns, or relevant architectural decisions, leading to rework and inconsistent implementations.
Core Features & Use Cases
- Full Issue Context Gathering: Automatically fetches issue details, comments, sub-issues, and labels from the bbvch-ai/aihub-core repository to capture all requirements and context.
- Monorepo Scope Mapping: Identifies affected packages (core, api, agent, pipeline, process, bot, web) and aligns implementation steps with existing codebase patterns and scope-specific guidelines.
- ADR & Scaffold Alignment: Checks existing architectural decision records for relevant context and maps applicable scaffold skills to accelerate implementation.
- Use Case: For example, if you are assigned a feature request to add a new data ingestion pipeline, this skill will automatically identify the affected pipeline and core scopes, point to existing pipeline patterns, flag if a new ADR is needed for the ingestion source, and reference the relevant scaffold skill for pipeline creation.
Quick Start
Use the plan-issue skill to create a complete implementation plan for GitHub issue #456 in the aihub-core monorepo.