assimilate-popular-wor…
This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research…
Perform cross-artifact consistency and coverage analysis across constitution, specification, plan, and task artifacts to detect gaps, conflicts, and misalignments before implementation.
$ npx -y skills add a5c-ai/babysitter --skill cross-artifact-analysis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cross-artifact-analysisContext preview
The summary Claude sees to decide when to auto-load this skill.
Perform cross-artifact consistency and coverage analysis across constitution, specification, plan, and task artifacts to detect gaps, conflicts, and misalignments before implementation.
name: cross-artifact-analysis description: Perform cross-artifact consistency and coverage analysis across constitution, specification, plan, and task artifacts to detect gaps, conflicts, and misalignments before implementation. allowed-tools: Read, Bash, Grep, Glob, Agent, AskUserQuestion graph: domains: [domain:software-engineering] skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop] workflows: [workflow:feature-development] topics: [topic:developer-experience] roles: [role:tech-lead, role:backend-engineer]
Every specification requirement must be traceable through the plan to at least one task. No artifact should contradict another. Coverage gaps and conflicts must be resolved before implementation.
1. **Build traceability matrix** - Map requirements -> plan components -> tasks 2. **Detect coverage gaps** - Requirements without corresponding tasks 3. **Identify conflicts** - Contradictory constraints or requirements across artifacts 4. **Verify constitution compliance** - Plan and tasks comply with governance 5. **Check acceptance criteria** - Task criteria match specification requirements 6. **Score consistency** - Numeric score (0-100) across dimensions 7. **Determine readiness** - Boolean assessment for implementation phase 8. **Human review** - Approve analysis results before proceeding
Invoke via babysitter process: `methodologies/spec-kit/spec-kit-planning` (analysis phase) Full pipeline: `methodologies/spec-kit/spec-kit-orchestrator`
Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.
Repo: a5c-ai/babysitter
This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research…
This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to…
Discover public GitHub repositories that import defineTask from @a5c-ai/babysitter-sdk and maintain a deduplicated catalog of those repositories in…
This skill should be used when the user asks to "fix pipelines", "fix CI", "check staging pipelines", "fix failing workflows", "fix failing actions", or wants…
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to…
For a repository in the babysitter-users catalog, locate its babysitter processes and any committed runs (.a5c/runs/<runId>/) and perform a retrospective on a…