From triforce
Use when the user explicitly asks to create a solution document from approved requirements and evaluation. Delivers a versioned solution document.
How this skill is triggered — by the user, by Claude, or both
Slash command
/triforce:force-solutionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn approved requirements and evaluation documents into a concrete solution document.
Turn approved requirements and evaluation documents into a concrete solution document.
HARD GATE: Do NOT write implementation code. Your only output is a solution document.
Announce at start: "I'm using the force-solution skill to create a solution document from requirements and evaluation."
Save documents to: docs/solution/YYYY-MM-DD-<feature-name>-solution-vN.md
docs/requirements/ for the latest relevant requirements document.docs/evaluation/ for the latest relevant evaluation document.Read the chosen documents thoroughly. Extract the problem statement, boundaries, criteria, constraints, and unresolved gaps.
For each must-pass criterion in the evaluation document, explicitly identify how the solution will satisfy it.
Also identify:
If any must-pass item is not addressed, the solution is incomplete and must be revised before delivery.
Save to docs/solution/YYYY-MM-DD-<feature-name>-solution-vN.md with this structure:
# [Feature Name] Solution
## Inputs
- Requirements: `docs/requirements/<filename>.md`
- Evaluation: `docs/evaluation/<filename>.md`
## Goal
What this solution is trying to achieve.
## Approach
High-level design and why it fits the current constraints.
## Mapping to Evaluation
### Must-pass
| Criterion | Solution response |
|---|---|
| [criterion] | [how it is addressed] |
### Deferred items
| Criterion | Reason for deferral |
|---|---|
| [criterion] | [why] |
## Risks and Gaps
What remains uncertain.
## Implementation Notes
The concrete work an implementer should be aware of, without writing implementation code.
After saving the document:
"Solution document complete and saved to docs/solution/<filename>.md. It maps the current approach back to the selected requirements and evaluation inputs."
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub zhan7653/xutianding-marketplace --plugin triforce