Installation¶
Requirements¶
- Claude Code
- Git (for version control)
Installation Methods¶
As a Claude Code Plugin (Recommended)¶
First, add the Quaestor marketplace:
Then install the plugin:
See Claude Code plugins documentation for details.
What you get: - 7 auto-activating Skills - 3 slash commands (/plan, /implement, /research) - Folder-based spec management - No Python installation required
Via pip/uv (Project-Level)¶
For project-level installation:
Then initialize in your project:
Install from Source¶
For development:
Verify Installation¶
What Gets Created¶
When you initialize Quaestor (via plugin or quaestor init), it creates:
your-project/
├── .quaestor/
│ └── specs/ # Specification directories
│ ├── draft/ # Planned work
│ ├── active/ # In progress (max 3)
│ └── completed/ # Finished work
The plugin provides Skills and slash commands - no additional configuration needed.
Troubleshooting¶
Permission Issues¶
If you encounter permission issues during pip installation:
Path Issues¶
Make sure your Python scripts directory is in your PATH:
Next Steps¶
Once installed, proceed to the Quick Start Guide to initialize your first project.