Moo.md is a structured thinking tool for Claude Code that helps developers verify their plans before building. It reduces debugging cycles by encouraging users to think, verify, and then build. This skill is ideal for developers who want to improve their productivity and reduce errors in their workflow.
git clone https://github.com/saadshahd/moo.md.gitmoo.md enforces a decision-first workflow by breaking work into three stages: intent (clarify what you want), shape (choose your approach), and delegate (execute only tactical tasks). The tool surfaces each decision as an interactive question with previewed choices, ensuring you remain the world model while agents handle implementation. It addresses three common problems: AI filling in decisions without your input, context compaction that silently mutates your goals, and code growing faster than understanding. The "own" stage uses spaced recall to keep your comprehension current as the codebase expands. Designed for developers using Claude Code or Cursor who want ownership without sacrificing productivity.
Install via `/plugin marketplace add saadshahd/moo.md` then `/plugin install [email protected]`. Run the full loop with `/hope:full <seed>`, or use individual stages: `/hope:intent` to clarify goals and `/hope:shape` to choose approach. Use `/hope:delegate` to hand off execution and `/hope:own` on Monday to review and retain understanding.
Clarify project intent before writing any code
Choose technical approaches through guided decision trees
Delegate implementation tasks while keeping strategic decisions
Maintain understanding of shipped code through spaced recall
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/saadshahd/moo.mdCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm a developer working on a [PROJECT] for [COMPANY]. I need to plan my approach before coding. Here's my initial idea: [DESCRIBE IDEA]. Please help me structure my thinking using the Moo.md method. First, let's outline the key components, then verify the logic, and finally, create a step-by-step implementation plan.
## Moo.md Structured Thinking Plan for [PROJECT] ### Key Components - **User Authentication**: Implement OAuth 2.0 for secure login. - **Database Schema**: Design tables for users, posts, and comments. - **API Endpoints**: Create RESTful endpoints for CRUD operations. ### Verification - **Authentication**: OAuth 2.0 is suitable for web applications and ensures secure user authentication. - **Database**: The schema supports relationships between users, posts, and comments efficiently. - **API**: RESTful endpoints are standard and easy to integrate with frontend frameworks. ### Implementation Plan 1. **Set Up Project**: Initialize the project with necessary dependencies. 2. **Implement Authentication**: Integrate OAuth 2.0 using a library like Passport.js. 3. **Design Database**: Create the schema and set up migrations. 4. **Develop API Endpoints**: Implement CRUD operations for posts and comments. 5. **Test**: Write unit and integration tests to ensure functionality.
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan