get-shit-done: Streamlining AI-Powered Development with Meta-Prompting and Context Engineering
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
get-shit-done is a robust, lightweight system designed to enhance AI-powered development, particularly with Claude Code. It tackles challenges like context degradation through advanced meta-prompting and context engineering. This tool enables developers to build high-quality software efficiently, transforming ideas into reliable code with structured workflows.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
get-shit-done is an acclaimed, lightweight, and powerful meta-prompting, context engineering, and spec-driven development system, primarily designed for Claude Code and other LLMs. Developed by TÂCHES, this project aims to solve the common issue of 'context rot,' where AI model quality degrades as context windows grow. With over 63,000 stars, it provides a structured workflow to transform ideas into reliable, high-quality code, trusted by engineers at major tech companies.
Installation
To get started with get-shit-done, simply open your terminal and run the following command:
npx get-shit-done-cc@latest
The installer will guide you through selecting your preferred runtime, for example, Claude Code, OpenCode, or Gemini CLI, and the installation scope, either global or local. For a seamless experience, especially with Claude Code, it is recommended to run your AI with permission skipping enabled:
claude --dangerously-skip-permissions
This allows get-shit-done to operate without constant manual approvals, ensuring a fluid development workflow. You can also find detailed instructions for non-interactive installations in the official README.
Examples
get-shit-done guides you through a structured development lifecycle, from initial idea to deployment. Here’s a glimpse of the core workflow commands:
# 1. Initialize a new project:
/gsd-new-project
# 2. Discuss the current phase to capture implementation decisions:
/gsd-discuss-phase 1
# 3. Plan the phase, including research and task breakdown:
/gsd-plan-phase 1
# 4. Execute the planned tasks in parallel waves:
/gsd-execute-phase 1
# 5. Manually verify the implemented work:
/gsd-verify-work 1
# Automatically advance to the next logical step:
/gsd-progress --next
For ad-hoc tasks that don't require the full planning cycle, the /gsd-quick command offers a faster path with the same quality assurance:
/gsd-quick
> What do you want to do? "Add dark mode toggle to settings"
Why Use
get-shit-done stands out due to several key architectural principles that ensure high-quality, reliable AI-driven development:
- Context Engineering: The system meticulously manages context by generating and utilizing specific markdown files, such as
PROJECT.mdfor vision,REQUIREMENTS.mdfor scope, andSTATE.mdfor session memory. This ensures that the AI always operates with a fresh, relevant context, preventing quality degradation. - XML Prompt Formatting: All plans are structured in optimized XML format, providing precise, unambiguous instructions to the AI. This eliminates guesswork and embeds verification steps directly into the tasks.
- Multi-Agent Orchestration: A thin orchestrator coordinates specialized agents for research, planning, execution, and verification. This parallel processing allows complex phases to be completed efficiently, keeping the main context window lean and responsive.
- Atomic Git Commits: Every task completed by the system results in its own atomic Git commit. This provides a clean, traceable history, simplifies debugging with
git bisect, and offers clear observability into the AI's automated workflow. - Modular Design: The system is highly adaptable, allowing developers to add emergency tasks, adjust plans, complete milestones, and start new ones without being locked into a rigid structure.
Links
Explore get-shit-done further through these official resources:
Related repositories
Similar repositories that may be relevant next.

Claude Ads: AI-Powered Paid Advertising Audit for Claude Code
June 14, 2026
Claude Ads is an AI-powered skill for Claude Code designed to automate comprehensive paid advertising audits. It performs over 250 checks across major ad platforms, providing a weighted health score, prioritized action plans, and AI creative generation. This tool drastically reduces the time and cost associated with manual ad account analysis.

claude-code-best-practice: From Vibe Coding to Agentic Engineering with Claude
May 26, 2026
The `claude-code-best-practice` repository offers a comprehensive guide to mastering Claude Code, transitioning developers from 'vibe coding' to efficient agentic engineering. It compiles essential best practices, structured workflows, and expert tips to maximize productivity and leverage Claude's advanced AI capabilities. This resource is invaluable for anyone looking to optimize their AI-driven development processes.

claude-plugins-official: The Official Directory for Claude Code Plugins
May 26, 2026
claude-plugins-official is Anthropic's official repository for high-quality Claude Code Plugins. It provides a curated directory of both internal and third-party plugins, enabling users to extend Claude's capabilities. This repository serves as the central hub for discovering and installing powerful tools for Claude Code.

Oh-My-ClaudeCode: Teams-First Multi-Agent Orchestration for Claude Code
May 20, 2026
Oh-My-ClaudeCode is a powerful GitHub repository that provides teams-first multi-agent orchestration for Claude Code, enhancing its capabilities with zero learning curve. It enables developers to build, refactor, and verify code efficiently through intelligent automation and parallel execution. This tool aims to supercharge your Claude Code experience, making complex development tasks simpler and more cost-effective.
Source repository
Open the original repository on GitHub.
8 counted GitHub visits