Basd coding dispatch
Skill damienen/basd-coding-dispatch/skills/basd-coding-dispatch
Hermes/OpenClaw provider-agnostic coding dispatch skill for approval-gated AI coding from any channel.
npx -y skills add damienen/basd-coding-dispatch --skill basd-coding-dispatchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Hermes/OpenClaw-first dispatch workflow for approval-gated AI coding from Telegram and mobile chat. Use when planning, implementing, reviewing, or coordinating Codex, Claude, split-worker, subagent, or generic agent workflows.
SKILL.md
5.4 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
basd-coding-dispatch
Use this skill to keep mobile-controlled coding work inside a disciplined Hermes/OpenClaw workflow.
The dispatcher owns the gates. Codex, Claude, and other validated tools are worker backends selected by routing policy, not the center of the workflow.
Core Loop
-
Classify the request.
- Identify whether it is a question, tiny fix, feature, refactor, debugging task, review, release task, or integration task.
- Identify risk: user-facing behavior, security, data loss, public docs, dependency changes, install paths, workflow changes, or provider claims.
- Select the quality profile and edge-case pack. Tiny fixes still receive lightweight independent review.
-
Load or declare the Superpowers activation map.
- Start with
using-superpowerswhen available. - Map the work to the relevant phases:
brainstorming,using-git-worktrees,writing-plans,executing-plans,subagent-driven-development,dispatching-parallel-agents,test-driven-development,systematic-debugging,requesting-code-review,receiving-code-review,verification-before-completion,finishing-a-development-branch, andwriting-skills. - If a required skill/reference is unavailable, state the compensation gates instead of implying it loaded.
- Start with
-
Select the worker-routing shape.
- Choose one implementer when the task is narrow.
- Split implementation and review when the task is risky or broad.
- Use
executing-plansfor 1-2 approved tasks,subagent-driven-developmentfor 3+ owned task slices, anddispatching-parallel-agentsonly for independent domains. - Keep provider mechanics in
references/and integration docs.
-
Run the Brainstorming Gate when required.
- Use it before implementation planning for broad, ambiguous, user-facing, UI/design, architecture, workflow, public-doc, or public-claim work.
- Exact low-risk tiny fixes stay compact; use a micro-brainstorm only when ambiguity exists.
- Do not let the implementation plan become the first place requirements are invented.
-
Run the spec gate when required.
- Produce a concise spec before code when requirements are ambiguous, user-facing, broad, public, or risky.
- Wait for approval when the user asked for gates or when the scope is not clear.
-
Run the implementation-plan gate.
- Name files, behavior, TDD applicability, expected RED failures, execution mode, review packet, review-intake policy, verification commands, rollback, and branch closeout boundaries.
- Do not write feature code before the plan is approved when plan approval is required.
- Use
references/plan-linter.mdas a human checklist for feature, risky, public, cross-module, or ambiguous work.
-
Isolate and implement.
- Use a worktree after implementation-plan approval when feature work needs isolation.
- Keep changes scoped to the approved plan.
- Preserve unrelated user changes.
- Avoid worker lock-in unless the integration requires it.
-
Review independently and run review intake.
- Use a separate reviewer or subagent when available for meaningful changes.
- Use lightweight independent review even for tiny fixes.
- Build the reviewer packet from
references/review-packets.md. - Reconcile findings with
receiving-code-review: read, restate, verify, evaluate, disposition, then fix only accepted in-scope findings. - Preserve valid bonus findings as backlog/input instead of discarding them.
-
Verify before completion.
- Run the smallest commands that prove the work, then broader checks when risk justifies them.
- Include Superpowers evidence, or explicit compensation with external gates when a required skill/reference was unavailable.
- Report commands, status, skipped checks, and residual risk.
-
Finish the branch explicitly.
- Use
finishing-a-development-branchafter verification to present closeout options. - Do not push, PR, merge, publish, release, deploy, delete branches, or discard work unless the human explicitly approves.
- Update skills or process memory with
writing-skillsdiscipline only when useful and in scope.
A2 run manifest / gate ledger is intentionally not part of the v0.1 public skill requirements.
References
Load only the reference needed for the task:
references/quality-gates.mdfor gate criteria.references/quality-profiles.mdfor risk-tiered defaults, review levels, and test escalation.references/edge-case-packs.mdfor short recurring-miss checklists.references/review-packets.mdfor independent-review inputs.references/superpowers-integration.mdfor Superpowers phase map, evidence, and compensation.references/prompt-templates.mdfor dispatch, review, review-intake, closeout, and final-report prompt shapes.references/plan-linter.mdfor implementation-plan checklisting.references/provider-command-recipes.mdfor Hermes/OpenClaw install and worker command patterns.references/session-topology.mdfor single-worker, split-worker, and subagent execution shapes.references/review-orchestration.mdfor independent review and review intake.references/subagent-skill-bundles.mdfor assigning focused subagent work.
What ships with it: 12 files
37.5 KB alongside SKILL.md
references/
- edge-case-packs.md2.3 KB
- plan-linter.md2.2 KB
- prompt-templates.md5.1 KB
- provider-command-recipes.md1.8 KB
- quality-gates.md5.0 KB
- quality-profiles.md4.4 KB
- README.md1.6 KB
- review-orchestration.md2.5 KB
- review-packets.md1.3 KB
- session-topology.md2.9 KB
- subagent-skill-bundles.md2.6 KB
- superpowers-integration.md5.8 KB