skill_run
Run a coding skill by providing task context; receive a structured response with goal, checklist, constraints, and guidance for software development.
Instructions
Invoke a DPS SuperSkill v5.2.1 with your task context. Returns a structured workflow response: ANNOUNCE statement, GOAL, CONSTRAINTS, CHECKLIST (ready to execute), OUTPUT TEMPLATE (pre-labeled), active GOTCHAS with do-instead guidance, and NANO REFERENCE.
Tip: Run skill_list first if unsure which skill to use. Run complexity-gate before other skills for software tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | Yes | The skill to invoke. Examples: 'complexity-gate', 'brainstorming', 'systematic-debugging', 'verification-before-completion'. | |
| task_description | No | What you are working on. Be specific: include the feature name, file, component, or error message relevant to this skill invocation. | |
| context | No | Additional project context: tech stack, team size, existing constraints, or relevant file paths. | |
| error_message | No | For debugging skills: the exact error text, stack trace excerpt, or unexpected behavior description. | |
| query | No | For kb-query: the search term (topic, decision, module name) to look up. | |
| mode | No | Optional mode hint passed to the skill (e.g. 'C3' for complexity-gate, 'STRIDE' for specialist-review, 'SOLO' for session-handoff). |