smithery/alexago83

logics-confidence-booster

Ask clarifying questions with suggested defaults to raise Understanding/Confidence above 90% for Logics request/backlog/task docs, and to strengthen product or architecture companion docs with a clarified `# Clarifications` section plus optional status updates.

Installation

$ npx skills add smithery/alexago83 --skill logics-confidence-booster

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/alexago83 · top by installs.

npx skills add smithery/alexago83

Browse all from smithery/alexago83

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,751 B
  • docs SUMMARY.md 197 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Confidence booster (Logics)

Use this skill to quickly raise Understanding/Confidence on logics/request|backlog|tasks/*.md by asking a short set of high‑signal questions, applying suggested defaults when acceptable, and updating indicators.

For logics/product/.md and logics/architecture/.md, use it to strengthen decision framing: it appends a # Clarifications section and can update Status, but it does not invent Understanding/Confidence indicators for those doc families.

Run (interactive)

python logics/skills/logics-confidence-booster/scripts/boost_confidence.py logics/request/req_001_example.md
python logics/skills/logics-confidence-booster/scripts/boost_confidence.py logics/product/prod_001_example.md --apply-defaults --status Active

Run (apply defaults, no prompts)

python logics/skills/logics-confidence-booster/scripts/boost_confidence.py \
  logics/request/req_001_example.md \
  --apply-defaults

Notes

  • The script appends a # Clarifications section (or updates it if present).
  • For request/backlog/task docs, indicators are auto‑computed from answered questions when you don’t supply explicit values.
  • You can override indicators with --understanding and --confidence.
  • For product/architecture docs, use --status if the clarification changes document maturity.
  • Use for requests, backlog items, tasks, product briefs, and architecture docs.