What problem does it solve?
It prevents AI coding sessions from skipping the required sdcorejs SDLC workflow by ensuring a matching skill is invoked before answering, even when the host repo’s entrypoint file is missing.
Core Features & Use Cases
- Skill-first dispatch rule: Always invokes the best-matching sdcorejs skill BEFORE responding, including before clarifying questions, to maintain disciplined execution.
- Cross-track SDLC orchestration: Enforces the clarify → spec → plan → write-code → review → ship flow with explicit approval gates at the spec and plan stages.
- Bilingual output discipline (VI/EN): Produces Vietnamese output for Vietnamese requests and English output otherwise, while keeping route paths/permission codes in English.
- Use-case fit triggers: Triggers on session start, “what can you do/skills nào dùng được”, or any request that matches a skill description for Angular Portal, NestJS, or Next.js.
- Workflow isolation support: Directs running
sdcorejs-using-worktrees first when isolation is needed for parallel work.
Quick Start
Use sdcorejs-using-skills at session start to route any request (e.g., “tạo entity product” or “review module catalog”) into the correct sdcorejs workflow with required clarify and approval gates.