From nx
Use when a plan has been created and needs validation before implementation begins, or when reviewing an existing plan for gaps
npx claudepluginhub hellblazer/nexus --plugin nxThis skill uses the workspace's default tool permissions.
Delegates to the **plan-auditor** agent (sonnet). See [registry.yaml](../../registry.yaml).
Validates plans before execution via structural schema checks and LLM subagent review for design, prose, and consistency issues. Use after drafting plans, before implementation.
Evaluates implementation plans before execution using checklists for security, testing, architecture, error handling, and code quality. Provides structured feedback saved to work directory.
Executes written implementation plans: loads and critically reviews them, runs tasks in dependency order with parallel dispatch, separate worker-validator subagents, and verifies completion.
Share bugs, ideas, or general feedback.
Delegates to the plan-auditor agent (sonnet). See registry.yaml.
Use the Agent tool to invoke plan-auditor:
## Relay: plan-auditor
**Task**: [what needs to be done]
**Bead**: [ID] or 'none'
### Input Artifacts
- Files: [relevant files]
### Deliverable
Plan validation report with pass/fail/warn items
### Quality Criteria
- [ ] All plan assumptions verified
- [ ] Dependencies confirmed present
- [ ] Clear go/no-go decision provided
For full relay structure and optional fields, see RELAY_TEMPLATE.md.
The plan-auditor agent uses mcp__sequential-thinking__sequentialthinking:
REQUIRED BACKGROUND: Understand nx:strategic-planning for plan structure and conventions.
GO: Proceed to developer with validated plan NO-GO: Return to strategic-planner with specific issues for revision
/beads:create "..." -t task) for major issues found during validationSession Scratch (T1): Agent uses scratch tool for ephemeral working notes during the session. Flagged items auto-promote to T2 at session end.