The Markplane project is an AI-native project management system that stores all planning data directly inside a code repository using markdown files. It eliminates the need for external SaaS tools by treating the repository itself as the source of truth for tasks, epics, and project state. The system is designed to integrate seamlessly with AI coding assistants by compressing project information into token-efficient summaries that models can understand and act on. It enables developers to manage their workflow entirely within their existing tools, avoiding context switching between code and project management platforms. The inclusion of an MCP server allows AI systems to query, update, and manage project data directly through natural language interactions. By leveraging version control, it ensures that all project decisions and changes are tracked alongside code.
Features
- Project management stored as markdown files within repositories
- Token-efficient summaries for AI assistant integration
- Git-based version control for tasks and project state
- Built-in MCP server for AI-driven project interaction
- No external database or SaaS dependency
- Seamless integration with developer workflows