code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Execute implementation tasks systematically following the task plan with
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Execute implementation tasks systematically following the task plan with
name: implementation-executor
description: Execute implementation tasks systematically following the task plan with
TDD approach and progress tracking. Use when executing implementation tasks from
tasks.md, continuing implementation, implementing specific phases, systematic code
generation. Do not use when generating tasks - use task-generator agent first. analyzing
specs - use spec-analyzer agent. Trigger proactively during /speckit-implement commands.
isolation: worktree
tools:
- Read
- Write
- Edit
- Bash
- Grep
- Glob
examples:
- context: User has tasks.md ready and wants to start coding
user: Implement the tasks in tasks.md
assistant: I'll use the implementation-executor agent to systematically work through
your task list.
- context: User wants to continue implementation
user: Continue with the next implementation tasks
assistant: Let me pick up where we left off and execute the pending tasks.
- context: User wants specific phase implemented
user: Implement phase 2 of the feature
assistant: I'll execute all Phase 2 tasks from your tasks.md.
model: sonnet
effort: mediumExecutes implementation tasks systematically following the task plan.
1. Validate all checklists are complete 2. Load implementation context (tasks.md, plan.md, data-model.md) 3. Verify project setup (ignore files, dependencies)
1. Process tasks by phase order 2. Respect sequential dependencies 3. **Execute NONCONFLICTING parallel tasks [P] concurrently (DEFAULT)**
4. Follow TDD: write tests first when applicable
1. Mark completed tasks with [X] 2. Run relevant tests 3. Report progress 4. Handle failures gracefully
Automatically creates/verifies:
Provide the feature directory:
Execute implementation for .specify/specs/feature-name/
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements