Community艺术与设计github.com

hiadrianchen/challenge-plans

Agent skill + CLI for multi-agent adversarial review of plans & specs before you execute them. Runs on the Claude Code / Codex subscriptions you already have — no API keys.

兼容平台Claude CodeCodex CLI~Cursor
npx skills add hiadrianchen/challenge-plans

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

文档

challenge-plans

Harden a plan/spec in multi-agent adversarial review before execution, to reduce rework. Slots into writing-plans → challenge-plans → executing-plans.

When to use (routing signals)

  • Input is a single drafted artifact (spec/plan/diff/design doc/adr) + intent "review / find flaws / can this execute / harden / QA" → use this skill.
  • An agent has finished something and is about to ask the user to decide or QA → run this first and present the cross-review recommendation.
  • Input is ≥2 options to choose from → use the sibling weigh-options (deliberation/voting), not this.

Run

# Installed from PyPI (pip install challenge-plans) — the console command is available directly:
challenge-plans doctor                                                            # check adapter login state first
challenge-plans run <artifact> --type spec --profile standard --sink markdown     # review a plan/spec
challenge-plans run <artifact> --type spec --profile standard --sink markdown --lang zh   # localized output
# code-diff gate:  git diff > change.diff && challenge-plans run change.diff --type diff --sink markdown
# From a source checkout instead (not pip-installed): PYTHONPATH=src python3 -m challenge_plans.cli <args>
  • --type spec|diff|plan (decision rubric still pending — exits 2 by design). diff reviews a raw git diff; plan reviews ANY plan (a trip, a launch, a hire — not just dev specs) with domain-neutral failure types (missing success criteria / ignored constraint / unaddressed risk / sequencing gap / unstated assumption / goal misalignment / irreversibility / no fallback) and feasibility·risk·goal-alignment lenses. All run the same verdict pipeline.
  • --profile fast|standard|deep, --sink stdout|markdown, --enforce (non-approve verdicts exit non-zero; default advisory exits 0).
  • --lang <code> (default en): write the review prose in the user's language, e.g. --lang zh. Set this from the user's language so the whole review comes back localized; JSON keys / enums / L12-15 anchors stay stable. Equivalent to exporting CHALLENGE_PLANS_LANG.
  • Output: a 6-state verdict + surviving objections. [sev✓] = cross-family Verifier-confirmed, may hard-gate; [sev?] = unverified, advisory only.

If no backend is ready

challenge-plans needs at least one logged-in subscription CLI (it has no model of its own and uses no API keys). If doctor shows nothing ready, don't retry blindly — ask the user, then route:

  1. Has a Claude or ChatGPT subscription, but the CLI is missing / logged out → walk them through the exact step doctor prints (install it, or claude/login, or sign in to codex).
  2. No subscription yet but wants one → point them to subscribe (Claude Pro/Max or ChatGPT), then install + log in the CLI.
  3. No subscription and doesn't want one → explain challenge-plans cannot run without one, and stop — don't loop.

doctor already prints the per-backend fix plus this guidance; surface it to the user rather than failing silently.

Presenting to the user

Surface the verdict + surviving objections (✓ verified vs ? unverified) + missing required fields as "my cross-review recommendation", then let the user decide — rather than handing them a bare decision. See README.md for the full picture.

Composing with planning skills

  • superpowers (writing-plans → executing-plans): after writing-plans saves a plan file (default docs/superpowers/plans/<date>-<feature>.md — read the actual path), run challenge-plans run <plan> --type spec before executing-plans. It occupies the same pre-execution review seam as superpowers' built-in plan-document-reviewer, but as a multi-CLI cross-family pass. Route surviving objections back into the plan, then execute.
  • grill-me (mattpocock/skills): complementary and earlier — it interactively aligns the user while the plan forms (no file output). Run challenge-plans after a written plan/PRD exists.
  • Nothing auto-invokes challenge-plans; the calling agent wires it into the seam. --type plan/decision rubrics are pending — use --type spec for plan-like prose today.

相关技能

hrabanazviking/Project_Ember_Run_It_On_Your_Smart_Toaster

Got a toaster? Good! You could use it to run me, your very own useful AI Agent, for the normal folks! No need for data centers, or that four digit gaming rig when you got me! AI Agents are very useful and now you too can have one!

community

RNA4219/manual-bb-test-harness

Black-box-first skill suite for manual test design, risk-based prioritization, minimal test case synthesis, and release gate decisions. / ブラックボックス前提で、手動テストの観点出し・リスク優先度付け・最小ケース化・リリースゲート判定まで行う skills

community

haotianteng/FreeSpace

Agent skill that frees disk space by clearing caches and old installation files, with full visibility and control over what gets removed.

community

fast-archer/Ellibria

Ellibria is a locally-hosted AI agent with a distinctive personality engine, persistent memory, and support for multiple backends — designed to feel less like a tool and more like a presence. Fully customizable • Runs locally or in the cloud.

community

heroui-inc/heroui-native

HeroUI Native component library for React Native (Tailwind v4 via Uniwind). Use when building mobile UIs with HeroUI Native — creating Buttons, Cards, TextFields, Dialogs; installing heroui-native; configuring dark/light themes; or fetching component docs. Keywords: HeroUI Native, heroui-native, React Native UI, Uniwind, mobile components.

community

pacho-h/ssep

Specialized Claude Code skills for spec review, design fidelity, feature completeness, and multi-layer testing. Complements the superpowers plugin.

community