Execute specification-driven implementation with automatic quality gates, multi-agent orchestration, and progress tracking. Use when building features from specs, fixing bugs with test coverage, or refactoring with validation.
Auto-activates when building features from specs, fixing bugs with test coverage, or refactoring with validation. Uses 4-phase workflow with multi-agent orchestration and quality gates.
/plugin marketplace add jeanluciano/quaestor/plugin install quaestor@quaestorThis skill is limited to using the following tools:
AGENTS.mdQUALITY.mdSPECS.mdWORKFLOW.mdlanguages/GENERIC.mdlanguages/GO.mdlanguages/JAVASCRIPT.mdlanguages/PYTHON.mdlanguages/RUST.mdI help you execute production-quality implementations with auto-detected language standards, intelligent agent orchestration, and specification integration.
Auto-activate when:
/quaestor:implement slash commandDo NOT auto-activate when:
This skill uses several supporting files for detailed workflows:
I follow a structured 4-phase workflow to ensure quality and completeness:
Specification Integration:
.quaestor/specs/active/ for in-progress work.quaestor/specs/draft/ for matching specificationsResearch Protocol:
See @WORKFLOW.md Phase 1 for complete discovery process
Present Implementation Strategy:
MANDATORY: Get user approval before proceeding
See @WORKFLOW.md Phase 2 for planning details
Agent Orchestration:
Quality Cycle (every 3 edits):
Execute → Validate → Fix (if ❌) → Continue
See @AGENTS.md for complete agent coordination strategies
Quality Validation:
Completion Criteria:
See @QUALITY.md for dispatch to language-specific standards:
@languages/PYTHON.md - Python projects@languages/RUST.md - Rust projects@languages/JAVASCRIPT.md - JS/TS projects@languages/GO.md - Go projects@languages/GENERIC.md - Other languagesI coordinate with specialized agents based on task requirements:
See @AGENTS.md for agent chaining patterns and coordination strategies
Auto-Update Protocol:
Pre-Implementation:
.quaestor/specs/draft/ for matching spec IDPost-Implementation:
See @SPECS.md for complete specification integration details
Code Quality Checkpoints:
See @QUALITY.md for language-specific quality gates and standards
When implementation is complete:
Implementation complete. All quality gates passed.
Specification [ID] updated to completed status.
Ready for review and PR creation.
See @WORKFLOW.md for complete workflow details
Intelligent implementation with agent orchestration, quality gates, and specification tracking
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.