assess-obstacle-severity · git:20260615.4d92363 · 2026-06-15 · sha256 b96fb6b08a4a25a3
assess-obstacle-severity git:20260615.4d92363A
Immutable. This exact content is served forever at /api/v1/blob/b96fb6b08a4a25a3.
--- name: assess-obstacle-severity description: Rate each identified obstacle's difficulty — overcomability, time cost, workaround existence. May optionally use search tools to validate assessments. execution: subagent prompt: ./prompt.md input: obstacles (string), actor_profile (string) dependencies: sops: - spawn-agent --- # Assess Obstacle Severity Assess how severe each obstacle actually is for this specific user. ## Execution Subagent — spawned via `subagent-spawning/spawn-agent` skill. ## Input - Identified obstacles list - ActorProfile ## Search Optional — may use web-search, web-research, literature-overview, literature-search, literature-research to validate assessments. ## Output Each obstacle rated on: - Overcomability: 1-week learnable / 1-month effort / 6-month investment / fundamental blocker - Time cost estimate - Workaround existence (yes/no + description) <!-- BEGIN available-tables (generated) --> ## Available SOPs 可选,无固定顺序;最终叶子终为 sop。 | SOP | 何时用 | | --- | --- | | spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. | <!-- END available-tables (generated) -->