Metadata-Version: 2.4
Name: qdr
Version: 1.0.0
Summary: Manage your tasks directly from the terminal using markdown
Project-URL: Homepage, https://github.com/spec-driven/quadro
Project-URL: Repository, https://github.com/spec-driven/quadro
Project-URL: Issues, https://github.com/spec-driven/quadro/issues
Project-URL: Changelog, https://github.com/spec-driven/quadro/releases
Author-email: Willian Morais <williandmorais@gmail.com>
License: MIT
License-File: LICENSE
Keywords: cli,markdown,task-manager,terminal
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: click>=8.1.7
Requires-Dist: python-frontmatter>=1.1.0
Requires-Dist: rich>=13.7.0
Provides-Extra: mcp
Requires-Dist: fastmcp>=2.12.4; extra == 'mcp'
Requires-Dist: pydantic>=2.12.0; extra == 'mcp'
Description-Content-Type: text/markdown

<div align="center">

<img src="https://raw.githubusercontent.com/spec-driven/quadro/main/docs/assets/logo_light_transparent.svg" alt="Quadro Logo" width="120">

# Quadro

Terminal-native • Markdown-powered • AI-ready

**Task management for the AI generation**

[![Documentation](https://img.shields.io/badge/docs-quadro-blue?style=flat-square)](https://spec-driven.github.io/quadro/)
[![Python](https://img.shields.io/badge/python-3.12+-blue?style=flat-square)](https://www.python.org)
[![Version](https://img.shields.io/badge/version-0.1.0-green?style=flat-square)](https://github.com/spec-driven/quadro)

</div>

---

**The problem:**

You're building with an AI assistant. You explain what you want in chat. Next session,
your AI forgot. You explain again. Or you just start coding without planning and fix
issues as they come up.

<br>

**What Quadro is:**

A task manager that stores tasks as markdown files in your repo. Your AI can read them
through MCP.

You write down what you want to build. Your AI sees it. No copy-paste between sessions.
When you plan first, you catch problems early. Your AI makes better suggestions because
it knows what you're trying to do.

<br>

**This might work for you if:**

- You code with an AI assistant
- You want to plan your work instead of figuring it out while coding
- You need your AI to remember what you're building across sessions
- You prefer terminal tools and keeping everything in git

<br>

---

<div align="center">

<h3>You plan. Quadro stores it. Your AI reads it.</h3>

<a href="https://spec-driven.github.io/quadro/">
  <img src="https://img.shields.io/badge/Get_started-→-CCFF00?style=for-the-badge&labelColor=000000" alt="Get started">
</a>

</div>
