How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering:buildThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the `Workflow` to implement the `PATH_TO_PLAN` then `Report` the completed work.
Follow the Workflow to implement the PATH_TO_PLAN then Report the completed work.
PATH_TO_PLAN: $ARGUMENTS
PATH_TO_PLAN is provided, STOP immediately and ask the user to provide it (AskUserQuestion).PATH_TO_PLAN. Follow the plan's Team Orchestration section and Step by Step Tasks.## Report section of the plan.npx claudepluginhub knguyen0125/claude-plugin --plugin engineeringExecutes implementation plans by analyzing task graphs and choosing parallel or serial execution strategies with quality gates. The single entry point for plan execution.
Executes finalized plans by loading task files, building dependency graphs, parallelizing topological task execution via subagents for complex work or inline for simple actions.
Executes implementation plans by dispatching builder agents per task with spec compliance and code quality reviews. Use for independent tasks or triggers like 'build this' or 'execute the plan'.