Grasp banner
DYAI2025 DYAI2025

Grasp

Development community

Description

--- command: grasp description: Definition phase - Requirements clarification and scope definition --- # Grasp - Definition Phase (Double Diamond) ## 🤖 INSTRUCTIONS FOR CLAUDE When the user invokes this command (e.g., `/octo:grasp <arguments>`): **✓ CORRECT - Use the Skill tool:** ``` Skill(skill: "octo:grasp", args: "<user's arguments>") ``` **✗ INCORRECT - Do NOT use Task tool:** ``` Task(subagent_type: "octo:grasp", ...) ❌ Wrong! This is a skill, not an agent type ``` **Why:** This co

Installation

Installs to ~/.claude/commands/dyai2025-claude-octopus-grasp.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DYAI2025/claude-octopus/HEAD/.claude/commands/grasp.md -o ~/.claude/commands/dyai2025-claude-octopus-grasp.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository