Goblin-mode suggest-task-omega
{{ ๐๐๐ }} Suggest the next logical task based on codebase analysis
install
source ยท Clone the upstream repo
git clone https://github.com/JasonWarrenUK/goblin-mode
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JasonWarrenUK/goblin-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/suggest-task-omega" ~/.claude/skills/jasonwarrenuk-goblin-mode-suggest-task-omega && rm -rf "$T"
manifest:
skills/suggest-task-omega/SKILL.mdsource content
Analyse the current state of the codebase, then compare it to the project documentation. Suggest the next logical task I can complete.
Rules
- If the task will take longer than 45 minutes, subdivide it and suggest the first subtask.
- If $ARGUMENTS contains content, focus suggestions on that area.
- Conserve tokens by being selective in which files you read.
- Where possible, use dev scripts in @./package.json & @./scripts rather than reading file content.
- After suggesting the task, add a "When complete, you'll be able to:" section. Describe concretely and specifically what the user will see on screen or be able to do in the app that they cannot do right now. Focus on observable behaviour, not implementation detail.