Skip to content
Automation
Command

/verify-structure

Verify project structure aligns with official Claude Code standards

From plugin
claude-multi-agent-research-system-skill
114 skills7 agents4 commands
Install
$ npx -y skills add ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/verify-structure

Context preview

What this command does when you run it.

Verify project structure aligns with official Claude Code standards

Command definition

verify-structure.md
description: Verify project structure aligns with official Claude Code standards

Please verify that the project structure follows official Claude Code architecture:

1. **Agent Registry** (.claude/agents/):

  • Check all 5 agents exist: spec-analyst, spec-architect, spec-planner, researcher, report-writer
  • Verify frontmatter format (name, description, tools only)
  • Confirm no agents in skill subdirectories

2. **Skills Directory** (.claude/skills/):

  • multi-agent-researcher: Check SKILL.md exists
  • spec-workflow-orchestrator: Check SKILL.md exists
  • Verify no nested agents/ directories

3. **Configuration Files**:

  • CLAUDE.md: Check orchestration rules
  • settings.json: Verify hooks configuration
  • config.json: Check paths configuration

4. **File Organization**:

  • logs/: All session logs consolidated
  • files/research_notes/: Research agent outputs
  • files/reports/: Synthesis reports
  • docs/plans/: Active planning documents

Report any deviations from official structure or broken references.

Ships withclaude-multi-agent-research-system-skill

Orchestrated multi-agent research with architectural enforcement, parallel execution, and comprehensive audit trails.

Get the whole plugin