danielvm-git

61 mods across 2 repositories, 156 stars between them.

execute-plan

25

danielvm-git/bigpowers

Skill Claude CodeCodex

Batch-execute tasks from the active epic capsule sequentially, with a human checkpoint after each step. Use when user has an approved plan and wants step-by-step oversight.

156 25d ago A 37 tokens original MIT

extract-design

26

danielvm-git/bigpowers

Skill Claude CodeCodex

Extract a Google DESIGN.md file from an HTML prototype (claude.ai/design or any styled page) using Puppeteer, producing machine-readable tokens and AI-generated prose. Use when the user has an HTML prototype and wants a DESIGN.md to anchor their project's visual identity, or when seed-conventions has just scaffolded a…

156 25d ago A 69 tokens original MIT

find-way

27

danielvm-git/bigpowers

Skill Claude CodeCodex

Plan a large effort as a shared map of decision tickets on an issue tracker, resolving them one at a time until the way is clear. Use when an idea is too big for one session, needs structured exploration before implementation, or requires mapping decisions before building.

156 25d ago A 55 tokens original MIT

fix-bug

28

danielvm-git/bigpowers

Skill Claude CodeCodex

Bug fix orchestrator — activeflow fixbug; reads specs/bugs/BUG-.md; chains investigate-bug, develop-tdd, validate-fix. Use when user reports a defect.

156 25d ago A 44 tokens original MIT

gate-trace

29

danielvm-git/bigpowers

Skill Claude CodeCodex

Deterministic traceability quality gate — reads coverage matrix + blind-spot data, applies decision rules with oracle confidence downgrade, emits PASS/CONCERNS/FAIL/WAIVED verdict. Use before release-branch to gate merges on traceability.

156 25d ago A 54 tokens original MIT

danielvm-git/bigpowers

Skill Claude CodeCodex

Generate Allure-ready reports from bigpowers YAML metadata. Reads execution-status.yaml, release-plan.yaml, epic capsules, task YAMLs, cycle-times.yaml, and bug registry to produce allure-results/junit-results.xml, categories.json, and executor.json. Use when preparing progress dashboards, integrating with Allure…

156 25d ago A 73 tokens original MIT

grill-me

31

danielvm-git/bigpowers

Skill Claude CodeCodex

Interactive assumption-surfacing Q&A that stress-tests a plan through relentless questioning until every decision is resolved. Use when user wants to challenge a plan, validate decisions from conversation/context, or mentions "grill me". For doc-grounded variant, use grill-with-docs.

156 25d ago A 59 tokens original MIT

grill-with-docs

32

danielvm-git/bigpowers

Skill Claude CodeCodex

Doc-grounded variant of grill-me — stress-tests plan assumptions by fetching and citing real library or API documentation. Every challenge must cite a real URL. Use when the plan depends on a specific library or external API.

156 25d ago A 49 tokens original MIT

guard-git

33

danielvm-git/bigpowers

Skill Claude CodeCodex

Block dangerous git commands (push, force push, reset --hard, clean, branch -D, checkout/restore .) and enforce Conventional Commits & Branch Protection before an AI agent runs them. Installs hook scripts for Claude Code, Cursor, Cursor CLI, and Gemini CLI; documents Google Antigravity Terminal deny lists. Use when…

156 25d ago B 100 tokens original MIT

harden-vps

34

danielvm-git/bigpowers

Skill Claude CodeCodex

Harden a production Linux VPS for your application across three layers — application (systemd hardening, monitoring alerts, backup automation), Ubuntu OS (UFW firewall, fail2ban SSH, unattended-upgrades, SSH hardening), and VPS provider (health checks, daily backups, monthly snapshots). Use when the user wants to…

156 25d ago A 99 tokens original MIT

hook-commits

35

danielvm-git/bigpowers

Skill Claude CodeCodex

Set up pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

156 25d ago A 60 tokens copy · 91% MIT

inspect-quality

36

danielvm-git/bigpowers

Skill Claude CodeCodex

Interactive QA session where user reports bugs or issues conversationally, and the agent logs them to specs/bugs/registry.yaml with a structured audit schema. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, or mentions "QA session".

156 25d ago A 64 tokens original MIT

investigate-bug

37

danielvm-git/bigpowers

Skill Claude CodeCodex

Investigate a bug or issue by exploring the codebase to find root cause, then write a TDD-based fix plan to specs/bugs/BUG-.md. Use when user reports a bug, wants to investigate a problem, mentions "triage", or wants to plan a fix.

156 25d ago A 64 tokens original MIT

kickoff-branch

38

danielvm-git/bigpowers

Skill Claude CodeCodex

Create a git worktree and feature branch, then verify a clean test baseline before any code is written. Use when starting a new feature or task, when user wants to work in isolation from main, or mentions "start a branch" or "new worktree".

156 25d ago A 58 tokens original MIT

maintain-wiki

39

danielvm-git/bigpowers

Skill Claude CodeCodex

Agent-maintained OKF wiki — INGEST source docs, LINT for issues, QUERY across concept pages. Run as part of build-epic Step 8 and verify-work Phase 3.

156 25d ago A 45 tokens original MIT

map-codebase

40

danielvm-git/bigpowers

Skill Claude CodeCodex

Derives the tech-stack doc from scratch by scanning the codebase — analyzes stack, architecture, and gray areas (error handling, API shapes) and persists findings into specs/tech-architecture/tech-stack.md. Run when the tech doc doesn't exist yet; use survey-context to consume it once it does.

156 25d ago A 66 tokens original MIT

migrate-spec

41

danielvm-git/bigpowers

Skill Claude CodeCodex

Detect GSD, spec-kit, or BMAD spec artifacts and transform them into bigpowers YAML layout (state.yaml, release-plan.yaml, epics/, requirements/, plans/, ADRs). Use when migrating foreign spec docs.

156 25d ago A 49 tokens original MIT

model-domain

42

danielvm-git/bigpowers

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates specs/tech-architecture/tech-stack.md and specs/adr/ inline as decisions crystallise. Use when user wants to stress-test a plan against their project's domain language and documented decisions.

156 25d ago A 60 tokens original MIT

orchestrate-project

43

danielvm-git/bigpowers

Skill Claude CodeCodex

Meta-skill that enforces the 6-phase core loop (discover → elaborate → plan → build → verify → release) with hard gates. Use to coordinate multi-phase projects with guaranteed quality checkpoints. One-time command for the entire project lifecycle.

156 25d ago A 54 tokens original MIT

organize-workspace

44

danielvm-git/bigpowers

Skill Claude CodeCodex

Scans the active workspace for disposable artifacts—logs, caches, stale build output, and stray draft markdown—and proposes consolidation of scattered assets. Produces a reviewable list, asks for explicit confirmation before any delete or move, and optionally revises .gitignore. Use when the user says "clean my room"…

156 25d ago C 98 tokens original MIT

plan-refactor

45

danielvm-git/bigpowers

Skill Claude CodeCodex

Create a detailed refactor plan with tiny commits via user interview, then save it as specs/REFACTORLATEST.md. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

156 25d ago A 56 tokens original MIT

plan-release

46

danielvm-git/bigpowers

Skill Claude CodeCodex

RELEASE-INDEX BUILDER — Sequence elaborated epics into specs/release-plan.yaml with WSJF ordering and BCP baselines. NOT a planning-spine substitute: it does not scope work (scope-work) or write story tasks (plan-work). Use after elaborate-spec when the user wants a versioned release index of epics.

156 25d ago A 72 tokens original MIT

plan-tests

47

danielvm-git/bigpowers

Skill Claude CodeCodex

Design a risk-scaled test architecture for an epic before implementation begins. Produces prioritized scenarios, test level distribution, and fixture plans based on TEA and bigpowers principles.

156 25d ago A 38 tokens original MIT

plan-work

48

danielvm-git/bigpowers

Skill Claude CodeCodex

PLANNING SPINE STEP 3 of 3 — Plan the work: write detailed implementation tasks into the active epic capsule (specs/epics/eNN-slug/). Produces countable-story-format .md specs and runnable -tasks.yaml files. Use after slice-tasks (step 2). Not a substitute for scope-work (step 1) or slice-tasks (step 2).

156 25d ago B 86 tokens original MIT