← All creators

pitimon

User

Stop vibe coding — 13 skills, 7 steps, 8 habits. Structured AI-assisted development powered by Covey's proven principles.

24 indexed · 0 Featured · 3 stars · avg score 77
Prolific

Categories

Indexed Skills (24)

Code & Development Listed

ai-dev-log

Generate AI-assisted development log from git history + Co-Authored-By trailers. Use for EU AI Act Article 11 (technical documentation) audit trail and AI transparency. Maps to H4 (Win-Win — honest disclosure) + H1 (Be Proactive — audit-ready).

3 Updated 2 days ago
pitimon
Code & Development Listed

breakdown

Decompose feature into atomic tasks — 1 task per agent. Use AFTER /design and BEFORE /build-brief. Step 3 of 7-step workflow. Maps to H3 (First Things First).

3 Updated 2 days ago
pitimon
Code & Development Listed

build-brief

Generate context-rich implementation brief before coding. Use AFTER /breakdown for each task. Step 4 of 7-step workflow. Maps to H5 (Seek First to Understand).

3 Updated 2 days ago
pitimon
Code & Development Listed

calibrate

Assess your 8-habit maturity level via 5-7 questions and persist a profile to ~/.claude/habit-profile.md. Other skills read this profile to adapt their verbosity — Dependence (full guidance) → Independence (key checkpoints) → Interdependence (team focus) → Significance (minimal prompts). Maps to H8 (Find Your Voice — meet the user where they are, not where the template assumes).

3 Updated 2 days ago
pitimon
Code & Development Listed

consistency-check

Cross-artifact and incident/config consistency analyzer — runs 5 detection passes across persisted spec artifacts (PRD ↔ design ↔ tasks), or a lightweight symptom/evidence/root-cause/fix check for operational hotfixes that lack persisted specs. Use AFTER /requirements, /design, /breakdown have been run with `--persist <slug>`, or before merging/closing an incident/config hotfix PR. Read-only — reports drift, coverage gaps, contradictions; does NOT modify or block. Inspired by github/spec-kit /analyze. Maps to H5 (Understand First — verify your understanding holds across artifacts) + H1 (Be Proactive — catch drift before code).

3 Updated 2 days ago
pitimon
Code & Development Listed

cross-verify

Run 17-question 8-Habit cross-verification checklist on a plan or implementation. Use AFTER planning and BEFORE committing to implementation. Maps to ALL 8 Habits.

3 Updated 2 days ago
pitimon
Code & Development Listed

deploy-guide

Step-by-step deployment assistance with rollback planning. Use when deploying to staging or production. Step 6 of 7-step workflow. Maps to H1 (Be Proactive).

3 Updated 2 days ago
pitimon
Code & Development Listed

design

Produce architecture decisions — DB, auth, API, constraints. Use AFTER /requirements and BEFORE /breakdown. Step 2 of 7-step workflow. Maps to H8 (Find Your Voice).

3 Updated 2 days ago
pitimon
Code & Development Listed

diagnose

Active bug investigation discipline — 6-phase methodology covering feedback-loop, reproduce, hypothesise, instrument, fix-with-regression-test, and cleanup-with-post-mortem. Use when investigating a hard bug or performance regression that doesn't have an obvious root cause. Triggers: "diagnose", "debug this", "investigate this bug", "reproduce the failure", "why is X failing". Read-only guidance — guides the human through systematic investigation rather than auto-fixing. Refuses to skip Phase 1 (feedback loop) even under pressure, because guessing-before-loop is the documented anti-pattern this skill prevents. Maps to H1 (Be Proactive — trace all callers) + H5 (Seek First to Understand — reproduce before fixing). Hands off to /post-mortem once the fix lands and the feedback loop passes.

3 Updated 2 days ago
pitimon
AI & Automation Listed

eu-ai-act-check

EU AI Act compliance — migrated to pitimon/claude-governance v3.1.0. This stub redirects to the canonical implementation. Maps to H1 (Be Proactive — prevent regulatory crisis) + H8 (Voice/Conscience).

3 Updated 2 days ago
pitimon
Code & Development Listed

management-talk

Reshape engineer-to-engineer content for engineering-org leadership (VPs, directors, PMs, release managers) and shape it for the channel — JIRA comment, Slack post, async standup, email, or meeting talking-points. Use AFTER `/post-mortem` or any engineering writeup when the same information needs to flow up-the-org. Strips function/file/SHA identifiers but keeps JIRA keys, PR numbers, product names, and customer/workload identifiers. Maps to H4 (Win-Win — leadership gets the right facts, not a code dump) + H6 (Synergize — engineer + leadership channels reinforce).

3 Updated 2 days ago
pitimon
Code & Development Listed

monitor-setup

Set up error tracking, alerting, and health checks. Use AFTER deploy to ensure observability. Step 7 of 7-step workflow. Maps to H7 (Sharpen the Saw).

3 Updated 2 days ago
pitimon
Code & Development Listed

operational-state

Classify operational findings before action: Watch, Fix Candidate, Active Incident, Resolved, Handoff, Known Accepted Issue, False Positive, or Self-Resolved. Use when an infra/app/alert finding is not simply "fix" or "done", especially when recovered-but-recurring signals, Running-but-unhealthy workloads, ownership handoffs, or accepted known issues need explicit evidence and closure criteria. Read-only guidance; maps state to required evidence, allowed/prohibited actions, approval gates, artifacts, escalation criteria, and next action without executing mutations. Maps to H1 (Be Proactive) + H5 (Seek First to Understand) + H8 (Find Your Voice).

3 Updated 2 days ago
pitimon
Code & Development Listed

post-mortem

Canonical engineering record of a fixed bug — root cause, mechanism, fix, validation, and how it slipped through. Use AFTER a debug session lands a validated fix, BEFORE closing the ticket — produces an engineer-audience artifact. Refuses to draft without a reliable repro, known root cause, identified fix, and validated outcome. Maps to H4 (Win-Win — engineer-to-engineer deposit) + H7 (Sharpen the Saw — capture learning for future-you).

3 Updated 2 days ago
pitimon
Code & Development Listed

reflect

Post-task micro-retrospective — 6 questions, 5 minutes. Use AFTER completing a task or workflow to capture lessons learned, including a skill-effectiveness signal that feeds SKILL-EFFECTIVENESS.md. Maps to H7 (Sharpen the Saw — invest in capability, not just output).

3 Updated 2 days ago
pitimon
Code & Development Listed

requirements

Generate PRD from user intent — define what, why, who, scope, and success criteria. Use BEFORE starting any feature. Step 1 of 7-step workflow. Maps to H2 (Begin with End in Mind).

3 Updated 2 days ago
pitimon
Code & Development Listed

research

Investigate before specifying — research existing solutions, prior art, and domain constraints. Use BEFORE /requirements when the problem space is unclear. Step 0 of 7-step workflow. Maps to H5 (Seek First to Understand).

3 Updated 2 days ago
pitimon
Code & Development Listed

review-ai

Audit AI-generated code for security, quality, and completeness. Use AFTER implementation, BEFORE commit. Step 5 of 7-step workflow. Maps to H4 (Think Win-Win).

3 Updated 2 days ago
pitimon
Code & Development Listed

save-spec

Scaffold a project-root SPEC.md digest following the spec-digest-pattern archetype. User-invoked. Phase 1 minimum viable — generator only; refuses to overwrite an existing SPEC.md. Use AFTER deciding the repo fits the project-orientation hub deployment mode (not feature-spec mode). Maps to H8 (Find Your Voice — pick the deployment mode that fits your repo) + H2 (Begin with End in Mind — establish the save point on day 1).

3 Updated 2 days ago
pitimon
Code & Development Listed

scrutinize

Outsider-perspective end-to-end review of a plan, PR, or proposed change — questions intent first (is there a simpler way?), then traces the actual code path (not just the diff) to verify the change does what it claims. Use BEFORE committing to an implementation, or BEFORE merging a PR — pairs with `/review-ai` (scope-question vs diff-local). Output is concise, actionable, with rationale per finding. Maps to H5 (Understand First — outsider lens) + H8 (Find Your Voice — question whether the change should exist).

3 Updated 2 days ago
pitimon
Code & Development Listed

security-check

Focused security review — secrets, injection, auth, dependencies, OWASP Top 10. Use as a dedicated security lens separate from general code review. Maps to H1 (Be Proactive — prevent security incidents, don't react to them).

3 Updated 2 days ago
pitimon
Code & Development Listed

using-8-habits

Onboarding meta-skill — explains the 7-step workflow, all 24 skills, and the decision tree for "which skill next?". Read this first when starting with 8-habit-ai-dev. Maps to H5 (Seek First to Understand) + H8 (Empower next person).

3 Updated 2 days ago
pitimon
Code & Development Listed

whole-person-check

Assess a feature, component, or PR against Covey's 4 dimensions: Body, Mind, Heart, Spirit. Use to evaluate balance across discipline, vision, passion, and conscience. Maps to H8 (Find Your Voice — Whole Person Model).

3 Updated 2 days ago
pitimon
AI & Automation Listed

workflow

Guided walkthrough of the 7-step workflow. Prompts at each step to invoke or skip. Use when starting a new feature or when unsure which step comes next.

3 Updated 2 days ago
pitimon

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.