Collaborate on implementation with spec context
/plugin marketplace add mattbrailsford/speckl/plugin install speckl@speckl<request or question> [--task N.N]spkl/## Context - User query: $ARGUMENTS - Current spec: !`cat spec/.current 2>/dev/null || echo "No active spec"` - Project context: @CLAUDE.md ## Your Task Enter **spec-aware collaboration mode**: Load the current spec context and collaborate with the developer on implementation—whether that's answering questions, writing code, refactoring, or any other work within spec boundaries. ### Load Context 1. Read `spec/.current` to get the active spec (if none, suggest `/spkl:init`) 2. Read `spec/<current-spec>/spec.md` (if missing, suggest `/spkl:spec`) 3. Read `spec/<current-spec>/tasks.md` if...