Skip to main content
D0NMEGA
GitHub creator profile

D0NMEGA

Repository-level view of 53 collected skills across 2 GitHub repositories.

skills collected
53
repositories
2
updated
2026-07-06
repository explorer

Repositories and representative skills

continuous-learning-v2
software-developers

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

2026-07-06
donny-add-backlog
project-management-specialists

Adds an idea to the backlog parking lot using 999.x numbering, kept outside the active phase sequence so it accumulates context without being scheduled. Use when an idea is worth keeping but not ready to plan into the current milestone.

2026-06-30
donny-add-tests
software-quality-assurance-analysts-and-testers

Generate unit and E2E tests for a completed phase, using its SUMMARY, CONTEXT, and VERIFICATION artifacts as the spec and gating unit tests on a mutation check. Use when a finished phase needs test coverage; requires the phase number and an existing SUMMARY.md.

2026-06-30
donny-analyze-dependencies
project-management-specialists

Analyze the current milestone's phase dependency graph (file overlap, semantic and data-flow links) and suggest Depends on entries for ROADMAP.md. Use before parallel phase execution to prevent merge conflicts from unordered phases.

2026-06-30
donny-audit-milestone
project-management-specialists

Audit a milestone against its definition of done before archiving: aggregate per-phase VERIFICATION results, cross-check requirements coverage from three sources, spawn an integration checker for cross-phase wiring, and emit a structured audit report. Use when wrapping up a milestone, before /donny-complete-milestone, to confirm nothing was missed.

2026-06-30
donny-audit-phase
software-developers

Retroactively audits a completed phase for security (threat mitigations from the PLAN.md threat model are implemented) and validation (Nyquist test coverage of the phase's requirements). Use after a phase is executed to confirm threats are closed and requirements are tested; runs both audits by default. --security or --validate narrows to one. Open threats block phase advancement.

2026-06-30
donny-audit-uat
software-quality-assurance-analysts-and-testers

Scans every phase for outstanding UAT and verification items (pending, skipped, blocked, human-needed), cross-references the codebase to flag stale entries, and produces a prioritized human test plan. Use to find all manual testing still owed across the project.

2026-06-30
donny-autonomous
computer-occupations-all-other

Runs all remaining milestone phases end to end - discuss, plan, execute, verify per phase - pausing only for decisions or blockers, then audits, completes, and cleans up the milestone. Use when you want to advance the roadmap hands-off; scope with --from, --to, or --only N, or --interactive to answer discuss questions inline.

2026-06-30
Showing top 8 of 52 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded