.claude/skills/aget-propose-skill/SKILL.md
Enable structured proposal of new skills before implementation. Follows 'propose -> review -> approve -> implement' governance pattern. Advisory enforcement.
npx skillsauth add aget-framework/template-executive-aget aget-propose-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a structured skill proposal before implementation. Follows governance pattern: propose → review → approve → implement.
Prevent unreviewed skill proliferation. Forces deliberate consideration of skill purpose, triggers, and design before investing in implementation.
$ARGUMENTS - Skill name or idea description
Collect from user:
aget-{verb}-{object} pattern)C1: Name Format
Pattern: aget-{verb}-{object}
Valid: aget-check-evolution, aget-record-lesson
Invalid: healthcheck-evolution, aget_record_lesson, myskill
C2: Uniqueness
# Check if skill already exists
test -d .claude/skills/$SKILL_NAME && echo "EXISTS" || echo "OK"
C3: Minimum Triggers
Triggers provided >= 2
If any constraint fails, report error and stop.
Create file at planning/skill-proposals/PROPOSAL_{name}.md:
# Skill Proposal: {name}
**Date**: {YYYY-MM-DD}
**Author**: {agent}
**Status**: PROPOSED
---
## Summary
**Name**: {name}
**Category**: {category}
**Scope**: {Universal/Agent-specific}
## Purpose
{What problem does this solve?}
## Triggers
When user says:
- "{trigger 1}"
- "{trigger 2}"
- ...
## Design Notes
{Initial design considerations}
## Dependencies
{Other skills or resources needed}
## Approval
- [ ] Principal reviewed
- [ ] Design approved
- [ ] Ready for implementation
---
*Use `/aget-create-skill {name}` to implement after approval.*
If planning/skill-proposals/INDEX.md exists, add entry.
Proposal created: planning/skill-proposals/PROPOSAL_{name}.md
Next steps:
1. Review proposal with principal
2. Get approval
3. Run /aget-create-skill {name} to implement
aget-{verb}-{object} patternFrom supervisor inquiry (RQ-C):
"Nothing prevents it technically... Compliance is voluntary + supervised."
This skill creates a proposal artifact. If an agent bypasses it and creates skills directly:
/aget-fleet-scan or healthchecks/aget-create-skill - Implement approved proposals/aget-create-project - Create project plans| Link | Reference | |------|-----------| | POC | POC-017 | | Project | PROJECT_PLAN_AGET_UNIVERSAL_SKILLS.md | | Source | Fleet Skill Deployment Report (supervisor) | | Pattern | Propose → Review → Approve → Implement |
aget-propose-skill v1.0.0 Category: Governance POC-017 Phase 3
testing
End AGET session with state capture and sanity checks
tools
Initialize AGET session with status briefing
development
Research a topic across the knowledge base before implementation. Searches L-docs, patterns, PROJECT_PLANs, SOPs, and governance for relevant context.
development
Save workflow state for resume/recovery. Use at natural breakpoints before context-intensive operations, major refactors, or session interruptions.