making-decisions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited making-decisions (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill guides the creation of explicit decisions with full trade-off documentation.
/ledger-synthesize)03-synthesis/CROSS-SYNTHESIS.md exists with decision candidates03-synthesis/SYN-*.mdUse TodoWrite to track these mandatory steps:
<required>
</required>
Read 03-synthesis/CROSS-SYNTHESIS.md to extract:
For each decision candidate:
decision_candidate:
topic: target-segment-priority
options:
- name: SMB-first
evidence:
- EV-users-smb-pain-points (0.80)
- EV-economics-smb-unit-economics (0.75)
- name: Enterprise-first
evidence:
- EV-market-enterprise-tam (0.85)
- EV-competitors-enterprise-gap (0.70)For each decision, present:
Use AskUserQuestion to get user's decision.
Write entry to 04-decisions/DECISIONS.yaml using schema from references/decision-ledger-schema.md.
<good-example>
- id: DEC-scope-smb-first
decision: "Target SMB segment before enterprise"
status: accepted
owner: user
created_at: 2026-01-21
alternatives:
- Enterprise-first
- Multi-segment simultaneous
evidence:
- EV-users-smb-pain-points
- EV-economics-smb-unit-economics
- EV-market-enterprise-tam
tradeoffs:
wins:
- "Faster iteration cycles with smaller customers"
- "Lower sales friction (self-serve possible)"
- "Better unit economics at start"
loses:
- "Smaller initial contract values"
- "May need significant pivot for enterprise later"
risks:
- RISK-market-smb-churn-rate
implications:
- "MVP UX must optimize for self-serve onboarding"
- "Pricing must fit SMB budget constraints"</good-example>
<bad-example>
- id: DEC-001
decision: "Do the thing"
status: accepted
alternatives: []
evidence: []
tradeoffs:
wins:
- "It will be good"
loses: []</bad-example>
Each decision may create risks. For each identified risk:
05-risks/RISKS.yamlSee references/risk-ledger-schema.md for schema.
Write complete files:
04-decisions/DECISIONS.yaml05-risks/RISKS.yamlDecision quality gate:
Risk quality gate:
Use the AskUserQuestion tool for every decision:
Question: "Decision needed: [topic]"
Options:
- "[Option A] - supported by [evidence summary]"
- "[Option B] - supported by [evidence summary]"
- "[Option C] - supported by [evidence summary]"
- "Need more information before deciding"Question: "You chose [option]. Confirming trade-offs:"
Options:
- "Yes, I accept these trade-offs"
- "Wait, I want to reconsider"
- "Explain the trade-offs more"Question: "Should this decision be marked as:"
Options:
- "Accepted (committed)"
- "Provisional (may revisit)"
- "Need more research first"Question: "This decision creates risk: [risk]. How severe?"
Options:
- "High - requires immediate mitigation"
- "Medium - should have mitigation plan"
- "Low - acceptable risk"After decision-making:
## Decisions Complete
**Decisions Made:** [N]
**Status:** [X] accepted, [Y] provisional
**Risks Identified:** [Z]
### Decisions Summary
| ID | Decision | Status | Evidence Count |
|----|----------|--------|----------------|
| DEC-scope-smb-first | Target SMB first | accepted | 4 |
| DEC-pricing-freemium | Use freemium model | provisional | 3 |
| ... | ... | ... | ... |
### Risks Created
| ID | Risk | Severity | Linked Decision |
|----|------|----------|-----------------|
| RISK-market-smb-churn | SMB churn rate | medium | DEC-scope-smb-first |
| ... | ... | ... | ... |
### Quality Gate Status
- Decision gate: ✓ All decisions cite ≥2 evidence
- Risk gate: ✓ All risks have mitigations
### Next Step
Run `/ledger-spec` to generate constrained PRD and architecture.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.