Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

00.Feat 260525015.Done.Qa Subagent And Validation

ASecurity

`/agn:validate task` is a placeholder. It should be a light, main-session check that runs the task file's `## Quality gates` end-to-end, reports results, and (optionally) offers to close the task. No QA sub-agent — gates are short and the parent session has the right context.

2 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agents

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add vkroz/taskman --skill 00.feat-260525015.done.qa_subagent_and_validation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of 00.Feat 260525015.Done.Qa Subagent And Validation?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for 00.Feat 260525015.Done.Qa Subagent And Validation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/vkroz-00-feat-260525015-done-qa-subagent-and-validation/badge)](https://www.skillsdirectory.com/skills/vkroz-00-feat-260525015-done-qa-subagent-and-validation)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
00.task-260526004.done.create_qa_subagent.md
---
id: '260526006'
type: task
status: done
priority: '00'
slug: create_validate_task_skill
title: Wire /agn:validate task lightweight branch
---

# Wire /agn:validate task lightweight branch

# Wire /agn:validate task lightweight branch

## Problem statement

`/agn:validate task` is a placeholder. It should be a light, main-session check that runs the task file's `## Quality gates` end-to-end, reports results, and (optionally) offers to close the task. No QA sub-agent — gates are short and the parent session has the right context.

## Scope

In scope:
- Edit `plugins/agn/skills/validate/SKILL.md`, `$0 = task` branch.
- Replace placeholder with a workflow that reads the task's `## Quality gates`, executes each, reports per-gate pass/fail, and offers `taskman.sh move <path> done` if all pass.
- Document that the QA sub-agent is intentionally not used at task level (the implementer's context is necessary for narrow gate checks).

Out of scope:
- Feature/epic/product branches (sibling task).
- QA sub-agent creation (sibling task).

## Acceptance criteria

- `$0 = task` branch has explicit workflow (no placeholder).
- Workflow runs each gate, reports pass/fail.
- On all-pass, offers (but doesn't auto-execute) the move-to-done step.
- Section explicitly notes "no QA sub-agent at this level".

## Quality gates

- Skill body parses; YAML frontmatter intact.
- Task branch has a numbered workflow, not just prose.

## Summary

### Steps completed

1. Replaced `$0 = task` placeholder in `plugins/agn/skills/validate/SKILL.md` with a 5-step workflow: Read the task → Run each gate → Report per-gate pass/fail → Offer move-to-done (do not auto-execute) → Stop.
2. Added Discipline section: no QA sub-agent at task level (gates are narrow; parent context is what matters); skill does not modify the task body; failures generate bug tasks via `/agn:define task --kind bug`, not inline fixes.
3. Preconditions handle the edge case of validating an already-`done` task (warn the user; ask if intentional).

### Changes made

Modified:
- `plugins/agn/skills/validate/SKILL.md` (`$0 = task` branch)

### Notable decisions

- **No QA sub-agent at task level — documented inline.** Future readers might assume parallel structure with feature/epic/product and try to add delegation. The Discipline section names this choice explicitly so the decision is durable.
- **Offer next step, don't auto-execute.** All-pass gates do not automatically move the task to done. The user owns lifecycle transitions. This matches the broader pattern: the validate skill reports; the user advances.
- **Failures route to bug tasks, not inline fixes.** Keeps the "no skill writes task files directly" discipline. If a gate exposes a real bug, it deserves its own task with its own scope and acceptance criteria.

### Links

- Modified file: `plugins/agn/skills/validate/SKILL.md`
- Sibling tasks: `create_qa_subagent`, `create_validate_feature_epic_product_skills`

Attribution

vkrozvkroz
View sourceMore from vkroz →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →