askill
develop

developSafety 95Repository

Use when implementing GitHub issues for skill or plugin development through TDD-governed phases with iterative planning, implementation, and review loops. Use this whenever the issue involves SKILL.md files, agent prompts, hook scripts, or plugin workflows.

6 stars
1.2k downloads
Updated 3/21/2026

Package Files

Loading files...
SKILL.md

Skill Developer Workflow

Implement skill development issues through iterative planning, TDD-governed implementation, and review cycles.

When to Use

  • Implementing a GitHub issue that creates or modifies skills, plugins, agents, or hooks
  • Issue requires TDD-governed phases (baseline → implement → verify)
  • Work involves SKILL.md frontmatter, workflow references, agent prompts, or hook scripts

When NOT to Use

  • General code changes unrelated to skill/plugin authoring
  • Quick validation or auditing — use /plugin-dev instead
  • Scaffolding a new plugin from scratch — use /plugin-dev:create instead

Quick Reference

PhaseActionExit Condition
0. SetupMUST create feature branchOn feature branch (NOT main/master)
1. ContextRead issue + detect skill filesRequirements clear, skill files noted
2. PlanDraft implementation planPlan complete
3-4. ValidateGemini review loop (max 5)APPROVED status
4.5. Baseline (RED)TODO: #163 — capture baseline behaviorBaseline captured (or skipped pending #163)
5-7. Implement (GREEN)Write minimal skill addressing failuresAll tasks done + criteria met + tests passing + validation passing
7.5. Verify (REFACTOR)TODO: #163 — compare against baselineBenchmark passes (or skipped pending #163) or escalated
8-9. ReviewCouncil review (max 3)APPROVED status
10. FinalizeCommit + PRPR created
11. CleanupClean temps, delete branchBranch deleted after merge

Consultant Scaling

Change SizeCriteriaConsultants
Trivial<10 lines, no logic changesSkip review → Phase 10
Small1-2 files, simple logiccouncil:gemini-consultant only
Medium3-5 files, moderate complexitycouncil:gemini-consultant + council:codex-consultant
Large6+ files, architectural impact/council skill

Skill File Detection

During Phase 1, detect and note these skill-related files for domain-specific handling:

  • SKILL.md — Skill activation definitions (YAML frontmatter + instructions)
  • references/*.md — Workflow reference files (e.g., references/WORKFLOW.md)
  • agents/*.md — Agent/subagent definitions
  • hooks/hooks.json — Hook config (declares hook types, matchers, and script references)
  • scripts/ — Hook scripts (executables referenced by hooks.json via ${CLAUDE_PLUGIN_ROOT}/scripts/...)

Triggers

Use this skill when the user says: "develop skill", "skill dev", "plugin develop", "develop issue", "skill workflow", "implement skill issue", "TDD skill development".

Workflow Reference

Read references/WORKFLOW.md now — it contains the detailed step-by-step procedures for every phase, including TDD extension points, loop limits, and escalation rules. Follow it exactly.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

58/100Analyzed 3/29/2026

Well-structured skill with clear TDD phases, tables, and conditional logic. However, it's heavily internal to the rube-de/cc-skills repo - references specific internal processes (council consultants, TODO #163), plugin structure, and external WORKFLOW.md. Not easily reusable. Good clarity and actionability within its context but limited standalone value."

95
80
30
75
65

Metadata

Licenseunknown
Version-
Updated3/21/2026
Publisherrube-de

Tags

githubgithub-actions