Goblin-mode wip-roadmap
{{ ๐๐๐ }} Map out project status, direction, and next steps
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/wip-roadmap" ~/.claude/skills/jasonwarrenuk-goblin-mode-wip-roadmap && rm -rf "$T"
manifest:
skills/wip-roadmap/SKILL.mdsource content
<task description="Compare development roadmaps to the current codebase state. Provide a brief digest of development status.">
<steps>
1. Analyse the codebase as a developer would when reading unfamiliar code.
2. Provide a detailed but concise status report.
</steps>
</task>