Blockscout-rs task-analysis
Review a task, issue, or feature request before coding; persist the task framing under `tmp/tasks/<task-name>/task.md`, write one or more `solution_N.md` option files, compare them in `solutions.md` when needed, and recommend a path with explicit reasoning
install
source · Clone the upstream repo
git clone https://github.com/blockscout/blockscout-rs
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/blockscout/blockscout-rs "$T" && mkdir -p ~/.claude/skills && cp -r "$T/interchain-indexer/.claude/skills/task-analysis" ~/.claude/skills/blockscout-blockscout-rs-task-analysis && rm -rf "$T"
manifest:
interchain-indexer/.claude/skills/task-analysis/SKILL.mdsource content
Task Analysis Skill
Follow the workflow defined in @../../../.memory-bank/workflows/task-analysis.md
Required Guardrails
- Read the relevant
context and source-of-truth code paths before proposing solutions..memory-bank/ - Ground every option in the actual repo structure and current abstractions.
- Persist each analysis under
usingtmp/tasks/<task-name>/
,task.md
, andsolution_N.md
when multiple options exist.solutions.md - If multiple viable options exist, explicitly align on evaluation criteria with the human before selecting a recommendation.
- If only one realistic option exists, say so and explain why.
- Separate facts, assumptions, and recommendations.