From agentic-workflow-framework
Use automatically as global engineering behavior guidance: finding root causes over temporary fixes, understand-before-changing, reference-first porting, demanding elegant solutions, cautious treatment of review-bot feedback, evidence-based verification, never committing/pushing without explicit ask, careful customer-facing wording, and code-intelligence tool selection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-workflow-framework:personal-engineering-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Portable engineering rules that apply across projects. Use these as default
Portable engineering rules that apply across projects. Use these as default behavior guidance for any coding work.
In postmortems, PR descriptions, changelogs, release notes, and incident reports, preserve technical truth while avoiding avoidable trust damage. Keep the root-cause analysis intact; only the narrative framing changes.
Prefer framing partial coverage as scope or validation gaps:
Avoid unsupported claims such as "was broken", "silently non-functional", "regression", or "failed in production" unless the evidence specifically proves that wording.
npx claudepluginhub jeanfbrito/agentic-workflow-framework --plugin agentic-workflow-frameworkGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.