# 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. Use when this capability is needed.

- Skill: `tomevault-io/logics-confidence-booster` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/logics-confidence-booster`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/logics-confidence-booster/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/logics-confidence-booster

---


# 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)

```bash
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)

```bash
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.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

