Install
$ agentstack add skill-tikalk-adlc-team-skills-evals-analyze ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
evals-analyze
What this skill does
Provides cross-functional team elevation and closed-loop feedback following EDD Principle VIII (Close the Production Loop) by deep-analyzing trajectory failure traces and routing them to correct resolution pathways.
Output:
- Trajectory Analysis - Full multi-turn trace analysis with tool calls and context preservation (EDD Principle V)
- Failure Routing:
- Specification Failures (agent logic missing/ambiguous) → Automatically triggers a local call to
levelup-specifyto propose new context rules in.adlc/drafts/cdr/to fix agent behavior. - Generalization Failures (grader flawed or lacks edge-case coverage) → Appends evaluator backlog items to the project backlog for ongoing monitoring.
- Cross-Functional PR - Creates a team-ai-directives PR with insights and rule updates (EDD Principle X)
Key EDD Principles Applied:
- Principle VIII: Close Production Loop - Spec failures → fix directives; Gen failures → evaluator backlog
- Principle V: Trajectory Observability - Full multi-turn traces, not just outputs
- Principle X: Cross-Functional Observability - PMs, domain experts, and AI engineers collaborate
When to use
- After
/evals-validate: Analyze failures and resolve them - Closing a development loop: Translate evaluation failure insights into rule or evaluator fixes
- Reporting to stakeholders: Generate readable summaries for PMs and domain experts
When NOT to use
- Evals not yet executed: Run
/evals-validatefirst to generate results inevals/results/ - Trivial tasks: Closed-loop analysis is overhead for simple features
Process
User Input
$ARGUMENTS
--focus AREA— Focus analysis on specific areas (e.g., security, quality, performance)--dry-run— Analyze results and print report, but skip PR creation and local skill triggers
Execution Steps
Phase 1: Load Evaluation Results
- Reads results JSON from
evals/results/. - Extracts failure cases and full multi-turn conversation traces (including tool calls).
Phase 2: Failure Classification
Categorizes each failure trace:
- Specification Failure: The agent was correct relative to its context, but the rule/directive was missing, ambiguous, or incorrect.
- Generalization Failure: The rule was correct, but the agent made a mistake anyway (hallucinated, missed a constraint, or grader lacked edge-case coverage).
Phase 3: Action Routing (Close the Loop)
- For Specification Failures: Automatically triggers local skill
/levelup-specifywith the failure trace as input. This creates new rule/persona/example CDRs in.adlc/drafts/cdr/to fix the agent's behavior. - For Generalization Failures: Appends an evaluator backlog item to
evals/results/evaluator_backlog.mddetailing the needed grader edge-case updates.
Phase 4: Cross-Functional Insights & PR
- Generates a stakeholder-specific report in
evals/results/team_insights.md(tailored for PMs, domain experts, and AI engineers). - If git remote and gh CLI are available, commits rule/eval changes in
team-ai-directivesand opens a draft PR (useslevelup-publishlogic under the hood).
Verification
- Trajectory failure traces analyzed and classified
- Specification failures successfully routed to
/levelup-specify(proposes CDRs in.adlc/drafts/cdr/) - Generalization failures written to
evals/results/evaluator_backlog.md - Stakeholder report
evals/results/team_insights.mdgenerated - Draft PR created in team-ai-directives (if applicable)
- Final report summary presented with PR link and backlog details
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tikalk
- Source: tikalk/adlc-team-skills
- License: MIT
- Homepage: https://github.com/tikalk/agentic-sdlc-12-factors
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.