What problem does it solve?
When working on BK-CI with AI assistance, it is hard to decide how much process a task needs: a quick direct implementation, an impact analysis, an OpenSpec change document, or full multi-agent collaboration. This Skill provides a lightweight triage entry point that classifies each coding task and produces the right checklists, preventing both over-engineering small tasks and under-planning large ones.
Core Features & Use Cases
- Task Triage: Classifies tasks into lightweight flow, impact-first analysis, OpenSpec, or multi-agent tracks based on module scope, risk, and contract changes.
- Impact Checklist: Guides pre-implementation analysis of affected layers (Resource, Service, DAO, Model, config, frontend, Worker, Agent), APIs, data contracts, permissions, i18n, and rollback needs.
- Verification Checklist: After implementation, records which requirements were covered, which builds/tests/lints ran, what was not verified, and remaining risks.
- Use Case: Before modifying a BK-CI pipeline API, use this Skill to determine that the change touches a stable external contract, triggering the OpenSpec flow with documentation before any code changes.
Quick Start
Ask the AI to triage your BK-CI coding task and decide whether it needs a lightweight flow, an impact checklist, OpenSpec, or multi-agent collaboration.