Asking Until 100
Overview
Use this skill to slow down execution when the task is underspecified, risky, or expensive to get wrong. Treat "100" as target readiness to proceed, not literal certainty.
Workflow
- Load explicit instructions and repo-local config such as
.asking-until-100.yaml. - Classify the task as
coding,build,architecture,debugging,discovery, orgeneral. - Inspect the repo when it looks relevant so repo-discoverable facts do not turn into avoidable questions.
- Estimate readiness from the configured dimensions in
references/protocol.md. - Choose a questioning mode:
fastfor low ambiguityguidedfor moderate ambiguitydeepfor higher ambiguity or requested rigorreportfor highest-rigor coding and build tasks with decision-critical gaps
- Ask the highest-value questions before taking action.
- Respect the execution gate:
- highest-rigor
codingandbuildtasks default to blocking clarification - other tasks default to explicit assumptions when gaps remain
- highest-rigor
Questioning Style
- Prefer structural, directional, and decision-shaping questions over generic filler.
- Use a working hypothesis when it helps the user react to a proposed path.
- Offer suggested answers when useful, but always leave a free-form path.
- Do not ask for facts that can be inspected directly from the repo.
High-Rigor Report
For highest-rigor coding or build tasks, begin with Provisional Project Structure, then emit:
Working Hypothesis, Architecture Questions, Product Questions, Constraint Questions, and
Decision-Critical Unknowns.
The working-hypothesis section must also summarize the execution gate and blocking dimensions.
See references/coding-report-format.md for the required output order and
scripts/render_project_structure.py for deterministic structure rendering.
References
references/protocol.mdfor readiness, repo-aware escalation, and stop conditionsreferences/config.mdfor config fields, precedence, and asking-intensity behaviorreferences/question-patterns.mdfor question quality rules and option patternsreferences/coding-report-format.mdfor the high-rigor report contractreferences/build-playbook.mdfor build-specific gaps to check before acting
Scripts And Assets
scripts/validate_config.pyvalidates profile filesscripts/preview_question_report.pypreviews questioning output for a promptscripts/render_project_structure.pyrenders prompt-only or repo-aware provisional structuresscripts/explain_profile_merge.pyshows the effective merged profileassets/contains bundled profiles tuned forgpt-5.4withxhighreasoning assumptions
Keep this file concise. Use the references for detailed policy, config, and output examples.