Skip to main content

AI-assisted development context management tool for maintaining consistency and productivity

Project description

Quaestor

🏛️ Context management for AI-assisted development

PyPI Version Python 3.8+ License: MIT Documentation

Quaestor transforms AI-assisted development through specification-driven workflows, intelligent agent orchestration, and streamlined context management for Claude Code.

Key Features

  • 🎯 Specification-Driven Development - Clear contracts with acceptance criteria and lifecycle management
  • 🤖 12 Specialized AI Agents - Expert agents for architecture, implementation, testing, and review
  • 🔄 Smart Automation Hooks - Automatic workflow enforcement and progress tracking
  • 40% Faster Context Loading - Consolidated templates for better performance

Quick Start

Using uvx (Recommended - No Installation Required)

# Initialize Quaestor without installing it
uvx quaestor init

# Team mode - shared configuration
uvx quaestor init --mode team

# Update to latest version
uvx quaestor update

Traditional Installation

# Install globally
pip install quaestor

# Initialize project
quaestor init

# Create your first specification
/plan "User Authentication System"

# Implement the specification
/impl spec-auth-001

Project Modes

Personal Mode (Default)

Perfect for individual projects:

quaestor init
  • Commands installed globally in ~/.claude/commands/
  • Local settings in .claude/settings.local.json (not committed)
  • Project files in .quaestor/ (gitignored)
  • CLAUDE.md with project-specific context

Team Mode

For shared projects with consistent standards:

quaestor init --mode team
  • Commands in .claude/commands/ (committed, shared with team)
  • Settings in .claude/settings.json (committed)
  • Project files in .quaestor/ (committed)
  • CLAUDE.md with team standards and context

Key Difference: Personal mode keeps configuration local, Team mode shares everything with the team.

Core Commands

  • /plan "Feature Name" - Create specification with clear contracts
  • /impl spec-id - Implement according to specification
  • /research "topic" - Analyze codebase patterns and architecture
  • /review spec-id - Validate implementation quality
  • /debug "issue" - Systematic debugging and fixes

How It Works

Specification-First Development

  1. Plan with Contracts - /plan creates detailed specifications with input/output contracts
  2. Lifecycle Management - Specs move through draft/active/completed/ folders
  3. Agent Orchestration - 12 specialized agents collaborate on implementation
  4. Quality Assurance - Built-in testing and review workflows

Example Workflow

# 1. Create specification
/plan "JWT Authentication API"
# → Creates spec-auth-001.yaml in draft/ folder

# 2. Implement with guided workflow
/impl spec-auth-001  
# → Moves to active/, orchestrates architect → implementer → qa agents

# 3. Review and deploy
/review spec-auth-001
# → Validates quality, moves to completed/ when done

Hook System

Quaestor's hooks integrate seamlessly with Claude Code using uvx, requiring no local installation:

  • Session Context Loader - Automatically loads active specifications at session start
  • Progress Tracker - Updates specification progress when TODOs are completed
  • No Python Required - Hooks run via uvx without installing Quaestor in your project

The hooks are configured in .claude/settings.json and execute Quaestor commands remotely via uvx.

Documentation

📚 Full Documentation

Contributing

git clone https://github.com/jeanluciano/quaestor.git
cd quaestor
pip install -e .
pytest

License

MIT License


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quaestor-0.6.2.tar.gz (139.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quaestor-0.6.2-py3-none-any.whl (144.6 kB view details)

Uploaded Python 3

File details

Details for the file quaestor-0.6.2.tar.gz.

File metadata

  • Download URL: quaestor-0.6.2.tar.gz
  • Upload date:
  • Size: 139.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quaestor-0.6.2.tar.gz
Algorithm Hash digest
SHA256 c6f0a232be085af3ea8033006f705e0519d0be4e38bdb414c83463ad0038bade
MD5 47df9980db02d8ffcd5ff07559c2a155
BLAKE2b-256 9ae4b8206c4d3ba7e436429a66e3379e59c04ee4b2183f056e3893bc5a64ea75

See more details on using hashes here.

Provenance

The following attestation bundles were made for quaestor-0.6.2.tar.gz:

Publisher: publish.yml on jeanluciano/quaestor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quaestor-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: quaestor-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 144.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quaestor-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 210334c47f1f75cc3861b3faf2c43eb13762e956e473d8eb8fa6fb59b6b54004
MD5 a5ab1de68a7264fc38184832481858b7
BLAKE2b-256 8144abf5e49b559bb6f264c5dad204274901606c9624f14e291f4d57d3240e2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quaestor-0.6.2-py3-none-any.whl:

Publisher: publish.yml on jeanluciano/quaestor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page