CommunityKunst & Designgithub.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.

Funktioniert mitClaude CodeCodex CLI~Cursor
npx skills add hiadrianchen/challenge-plans

Ask in your favorite AI

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

Dokumentation

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.

Verwandte Skills

gokulrajaram/startup-pressure-test-skill

Brutally pressure-test startup ideas with Paul Graham-style early-stage frameworks. A Claude Code and Codex skill adapted from Kappaemme-git/codex-startup-pressure-test-skill.

community

mjmirza/foundry

Foundry. The agent skill that makes any AI coding assistant an expert at building agentic tooling.

community

jafini/learn-claude-code

Build a minimal Claude-style AI agent from scratch that processes messages, interacts with tools, and generates dynamic responses.

community

agentspace-so/elevenlabs-music-generation

Generate full songs and instrumental tracks with ElevenLabs Music on RunComfy via the `runcomfy` CLI. ElevenLabs Music turns a style description plus structured lyrics into studio-quality 44.1 kHz stereo audio — 5 seconds to 5 minutes — with section-level control (Intro / Verse / Chorus / Bridge), multilingual vocals, and commercial-friendly output. Generate a backing track, a full vocal song, a jingle, a podcast intro, a game loop, or an instrumental bed. Calls `runcomfy run elevenlabs/elevenlabs/music-generation` through the local RunComfy CLI. Triggers on "generate music", "make a song", "AI music", "background music", "instrumental track", "ElevenLabs Music", "soundtrack", "jingle", "theme music", "royalty-free music", "compose", or any explicit ask to generate music or a song from a text description.

community

Purushothaman-natarajan/cerebra

AI Agent Orchestration Platform — multi-agent workflows with visual canvas, multi-LLM support, custom tool building, Telegram integration, and template library.

community

0xkaka1024/setup-follow-builders-lark

Codex skill for daily Follow Builders AI digests in Feishu on macOS

community