dralgorhythm
- 20 skills
- 0 followers
- 1 week ago last updated
- ▌ Swarm Coordination · dralgorhythmCoordinate multi-agent swarm workflows. Use when working in parallel with other agents, managing shared resources, or orchestrating distributed tasks. Covers conflict prevention, handoffs, and two-tier task tracking (native task list + artifacts).
- ▌ Designing Systems · dralgorhythm bundleProduces this framework's ADR and system-design artifacts from bundled templates with trade-off analysis. Use when designing a system or component, choosing between architectures, or recording an architecture decision in the planning flow.
- ▌ Review Steering · dralgorhythm bundleCompiles REVIEW.md and keeps CLAUDE.md accurate as the two sanctioned surfaces for steering Anthropic's managed Code Review service, translating this repo's rules into terse reviewer imperatives. Use when creating or updating REVIEW.md, configuring or steering automated code review, or reconciling review instructions after rules change.
- ▌ Dependency Upgrade · dralgorhythm bundleSequences safe dependency upgrades — verified pins, staged rollout, changelog gates. Use when upgrading or bumping a dependency, reviewing a Dependabot or Renovate PR, resolving a lockfile conflict, applying a CVE-driven update, or pinning a GitHub Action or git tag.
- ▌ Tailor · dralgorhythm bundleDetects the project's stack from manifests and proposes tailored framework configuration — filled tech-strategy golden paths, REVIEW.md/CLAUDE.md review steering, and a prune list of unused framework pieces — as a reviewable plan, never silent writes.
- ▌ Builder · dralgorhythmTranslate plans into working, tested code through implementation, debugging, and refactoring — a user-invoked Builder workflow.
- ▌ Architect · dralgorhythmDesign systems and record architecture decisions as ADRs — a user-invoked Principal Architect workflow.
- ▌ Code Check · dralgorhythmAudit a codebase holistically for SOLID, DRY, and consistency violations — a user-invoked Codebase Auditor workflow.
- ▌ Swarm Plan · dralgorhythmDecompose a feature into an actionable implementation plan using parallel worker-explorer swarms — a user-invoked Planning Orchestrator workflow.
- ▌ QA Engineer · dralgorhythmDefine test strategy and verify quality against WCAG and testing-pyramid criteria — a user-invoked QA Engineer workflow.
- ▌ Swarm Review · dralgorhythmRun an adversarial, multi-perspective code review with root-cause analysis and security focus — a user-invoked Adversarial Reviewer workflow.
- ▌ Swarm Execute · dralgorhythmExecute an implementation plan with parallel worker swarms, quality gates, and native task tracking — a user-invoked Execution Orchestrator workflow.
- ▌ Land The Plane · dralgorhythm bundleLands in-flight work: quality gates, atomic commit, rebase, push, verified remote sync, then handoff — a user-invoked finish-line workflow.
- ▌ Swarm Research · dralgorhythmCoordinate parallel research workers to investigate a topic deeply and synthesize citation-backed findings — a user-invoked Research Orchestrator workflow.
- ▌ Security Auditor · dralgorhythmAssess vulnerabilities and audit for security compliance using OWASP and STRIDE methodology — a user-invoked Security Auditor workflow.
- ▌ Postmortem · dralgorhythm bundleRuns this framework's blameless postmortem workflow — reconstruct the incident timeline from evidence, drive five-whys to a mechanism-level root cause, and produce owner-and-due-date action items with a regression guard. Use when an incident just resolved, running an outage retrospective, writing a postmortem, or doing a "what went wrong" analysis.
- ▌ Testing · dralgorhythm bundleWrite effective tests for code quality and reliability. Use when implementing features, fixing bugs, improving coverage, or practicing TDD/test-driven development. Covers unit, integration, and E2E testing.
- ▌ Threat Modeling · dralgorhythmIdentify and analyze security threats. Use when designing a feature with security implications, before implementing auth/input-handling code, or when an audit calls for a threat model. Covers STRIDE methodology.
- ▌ Writing Adrs · dralgorhythmDocument architectural decisions. Use when making significant technical decisions that should be recorded. Covers ADR format and decision documentation.
- ▌ Planning Artifacts · dralgorhythm bundleProduces this framework's planning artifacts — PR-FAQ (working-backwards vision), PRD (requirements), and execution roadmap — from their bundled templates. Use when writing or updating a PR-FAQ, PRD, product requirements, or delivery roadmap, or when the planning flow calls for one.