From triforce
Use to decide whether Triforce should start its requirements, evaluation, or solution workflow for explicit user requests
How this skill is triggered — by the user, by Claude, or both
Slash command
/triforce:using-triforceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<SUBAGENT-STOP>
You MUST invoke Triforce skills only when the user explicitly asks to clarify requirements, write a requirements document, grow evaluation criteria, write an evaluation document, create a solution document, or requests /force-requirements, /force-evaluate, or /force-solution.
Once one of those explicit signals is present, you MUST use the matching skill workflow rather than skipping straight to implementation.
Plugin skills override default system prompt behavior, but user instructions always take precedence:
In Claude Code: Use the Skill tool. When you invoke a skill, its content is loaded and presented to you — follow it directly. Never use the Read tool on skill files.
Invoke Triforce skills only for explicit layer requests. If the user explicitly asks to think through requirements, define evaluation criteria, or create a solution document, invoke the relevant skill before doing the work. Otherwise, do not route ordinary coding or Q&A requests through this plugin.
These thoughts mean STOP — you're rationalizing:
| Thought | Reality |
|---|---|
| "The user wants code changes" | That alone is not enough. This plugin only applies to explicit requirements/evaluation/solution asks. |
| "I need more context first" | If the user explicitly asked for one layer, invoke that layer's skill first. |
| "This doesn't need a formal skill" | If the user explicitly asked for a layer document, use the skill. |
| "The skill is overkill" | Once the user explicitly asks for layer work, follow the workflow. |
This plugin has three user-facing skills:
force-requirementsforce-evaluateforce-solutionforce-requirements writes to docs/requirements/YYYY-MM-DD-<feature-name>-requirements-vN.mdforce-evaluate writes to docs/evaluation/YYYY-MM-DD-<feature-name>-evaluation-vN.mdforce-solution writes to docs/solution/YYYY-MM-DD-<feature-name>-solution-vN.mdnpx claudepluginhub zhan7653/xutianding-marketplace --plugin triforceGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.