2.9 KiB
name, description, version, triggers
| name | description | version | triggers | |||
|---|---|---|---|---|---|---|
| wolf-principles | Wolf's 10 core principles for agent behavior and system design (condensed index) | 1.1.0 |
|
Wolf Principles Index
Quick reference for Wolf's 10 core principles. For detailed implementation guidance, examples, and conflict resolution, use the Skill tool to load wolf-principles SKILL.md.
The 10 Core Principles
-
Artifact-First Development All work produces durable, verifiable artifacts (PRs, ADRs, journals), not ephemeral conversations.
-
Role Isolation and Separation of Concerns Each agent role has clearly defined responsibilities with minimal overlap and strict boundaries.
-
Research-Before-Code All implementation must be preceded by structured research and evidence-based recommendations.
-
Advisory-First Enforcement New policies are tested in advisory mode (shadow) before becoming hard gates.
-
Evidence-Based Decision Making All decisions must be supported by concrete evidence and measurable outcomes.
-
Self-Improving Systems The system continuously learns from operations and evolves based on evidence.
-
Multi-Provider Resilience Operate reliably across multiple AI providers with graceful fallback.
-
GitHub-Native Integration Leverage GitHub primitives (Apps, Actions, Issues) to minimize custom infrastructure.
-
Incremental Value Delivery Work broken into small increments (2-8h) that are independently valuable and deployable.
-
Transparent Governance All decisions, processes, and constraints are openly documented and auditable.
When Principles Conflict
Priority Order:
- Security and Safety (Principles 2, 7)
- Evidence and Quality (Principles 3, 5, 6)
- Operational Efficiency (Principles 1, 8, 9)
- Governance and Compliance (Principles 4, 10)
Quick Application Guide
- Making decisions? → Use Principles 3, 5 (Research-First, Evidence-Based)
- Designing architecture? → Use Principles 1, 2, 7 (Artifacts, Isolation, Resilience)
- Implementing features? → Use Principles 3, 9 (Research-First, Incremental)
- Enforcing policies? → Use Principles 4, 10 (Advisory-First, Transparent)
- Building automation? → Use Principles 6, 8 (Self-Improving, GitHub-Native)
Next Steps
REQUIRED: Load detailed guidance when needed
- Use Skill tool to load
wolf-principlesfor:- Detailed implementation guidance
- Example applications for each principle
- Conflict resolution patterns
- Integration with other Wolf skills
Sequential Skill Chain:
- ✅ Principles (you are here)
- → Load
wolf-archetypesto determine work type - → Load
wolf-governanceto understand quality gates - → Load
wolf-rolesfor role-specific guidance
This is a condensed index (~300 tokens). For full content (~2,700 tokens), load SKILL.md.