Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

plan-risk

plan-risk automatically evaluates project plans to surface potential blockers before development begins. It flags third-party dependencies, API rate limits, cost overruns, and suggests free alternatives when available. Use this skill during initial project planning or when external API integrations are detected to prevent costly mistakes and technical surprises downstream.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/plan-risk && cp -r /tmp/plan-risk/skills/plan-risk ~/.claude/skills/plan-risk
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::GENE{plan-risk|conf:confirmed|scope:global}
  T:flag_third_party_dependencies
  T:flag_api_rate_limits
  T:flag_cost_traps
  T:suggest_free_alternatives_first
  A:ignore_cost_risk⇒flag
  A:assume_unlimited_api⇒check

::ACTIVATE{plan-risk}
  ON:plan_created
  ON:external_api_detected

Powered by I-Lang v4.0 | ilang.ai