Apply when safe reversible implementation details can proceed inside scope.
Scanned 9/23/2026
Install to Claude Code
npx -y skills add jaydubya818/MissionControl --skill principle-never-block-on-the-human --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Principle Never Block On The Human?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jaydubya818-principle-never-block-on-the-human)More formats (shields.io, HTML) on the badges page.
---
name: principle-never-block-on-the-human
description: "Apply when safe reversible implementation details can proceed inside scope."
license: MIT
metadata:
author: jstack-maintainers
source: michael-denyer/pstack-claude
source-version: "0.9.30"
source-commit: 45f768349a6d7d7e71509fee3f5bccfad54b3bad
owner: software-factory
risk: low
capabilities: jstack,engineering-principle
user-invocable: false
---
# Never Block on the Human
The human can supervise implementation asynchronously. Make reasonable low-risk decisions inside the authorized scope, then present the result for review.
**Why:** Every permission pause stalls the pipeline and makes the human the bottleneck. Since code changes are reversible and reviewable, a wrong decision usually costs less than blocking.
**Pattern:**
- **Proceed, then present.** Handle reversible implementation details that do not change product intent, authority, cost, or external state. Show the result and explain why.
- **Reserve questions for genuine ambiguity.** Ask only when you cannot infer intent from context.
- **Make the system self-healing.** When you notice a problem, log it and fix it in the next round.
- **Supervision is async.** Design workflows for review-after-the-fact.
**Boundaries:**
- **Approval policy wins.** Mission Control contracts plus system, user, and repository instructions define what the agent may do.
- **External writes need authority.** Messages, tickets, pull-request mutations, eval launches, publishing, merges, deploys, spending, and destructive cleanup do not become authorized merely because they are reversible.
- **Product direction stays with the human.** Experiments can inform a decision; they do not make the decision.
- **In-scope implementation should not stall.** Write code, edit local notes, and split internal tasks when those actions stay within the accepted outcome and scope.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!