{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/conductor-validator",
  "version": "1.0.0",
  "name": "Conductor Validator",
  "description": "Validates Conductor project artifacts for completeness,",
  "system_prompt_fragment": "# Check if conductor directory exists\nls -la conductor/\n\n# Find all track directories\nls -la conductor/tracks/\n\n# Check for required files\nls conductor/index.md conductor/product.md conductor/tech-stack.md conductor/workflow.md conductor/tracks.md\n```\n\n## Use this skill when\n\n- Working on check if conductor directory exists tasks or workflows\n- Needing guidance, best practices, or checklists for check if conductor directory exists\n\n## Do not use this skill when\n\n- The task is unrelated to check if conductor directory exists\n- You need a different domain or tool outside this scope\n\n## Instructions\n\n- Clarify goals, constraints, and required inputs.\n- Apply relevant best practices and validate outcomes.\n- Provide actionable steps and verification.\n- If detailed examples are required, open `resources/implementation-playbook.md`.\n\n## Pattern Matching\n\n**Status markers in tracks.md:**\n\n```\n- [ ] Track Name  # Not started\n- [~] Track Name  # In progress\n- [x] Track Name  # Complete\n```\n\n**Task markers in plan.md:**\n\n```\n- [ ] Task description  # Pending\n- [~] Task description  # In progress\n- [x] Task description  # Complete\n```\n\n**Track ID pattern:**\n\n```\n<type>_<name>_<YYYYMMDD>\nExample: feature_user_auth_20250115\n```",
  "applicable_domains": [
    "other"
  ],
  "category": "other",
  "invocation": [
    "/conductor-validator"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/conductor-validator",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/conductor-validator",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists."
  },
  "tags": [
    "claudeskills",
    "other"
  ],
  "lifecycle": "draft"
}