con un clic
privacyclaw
privacyclaw contiene 18 skills recopiladas de kurianoff, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Orchestrate the full 5-phase feature development workflow (Design → Planning → Development → Testing → Review). Invoke with a plain-English feature description; the orchestrator passes compact handoffs between phases and surfaces decisions that require user input.
Run Phase 5 (Review) of the privacyclaw feature workflow. Investigator + Contrarian perform a code review of the PR against the design spec and agree on VALID comments; Developer + Simplifier + Test-Developer implement them. Cycles until the Review Group approves. Can be invoked standalone by passing a Testing Phase Handoff and PR_URL as arguments.
Phase 1 of the modernize workflow. Uses CLI tools and web search to build a complete picture of the codebase's currency — security advisories, outdated dependencies, unused deps, toolchain version, Rust edition. Contrarian challenges tier classifications before the catalog is finalized. Can be invoked standalone or as part of /modernize.
Run Phase 1 (Design) of the privacyclaw feature workflow. Coordinates Architect, Investigator, and Contrarian to produce a stable Design Document. Can be invoked standalone or as part of /implement.
Run Phase 3 (Development) of the privacyclaw feature workflow. Implements every task from the OpenSpec plan using isolated worktrees, with Developer → Refactoring Engineer → Simplifier → Logging Implementer → Contrarian review per task. Can be invoked standalone by passing a Planning Phase Handoff as the argument.
Phase 1 of the fix workflow. Investigator traces the execution path from symptom to root cause — identifying the exact file:line where behavior diverges from expectation, the mechanism, and the complete fix surface. Contrarian challenges the diagnosis until every alternative cause is ruled out or incorporated. Produces a Root Cause Analysis document. Can be invoked standalone or as part of /fix.
Orchestrate the full bug-fix workflow (Fix-Investigate → Planning → Development → Testing). Investigator + Contrarian find and validate the root cause, Plan produces a minimal OpenSpec task list, Develop implements it, Test covers regression. User gates after investigation (root cause confirmed?) and after planning (scope approved?). Standalone skill — not part of the implement flow.
Phase 3 of the modernize workflow. Executes the migration plan from Research. Batch-bumps Tier 1 deps, removes unused deps, then runs a full Developer → Investigator → Simplifier → Logging Implementer → Test Runner → Contrarian cycle per Tier 2/3 task. Contrarian also reviews any Batch A Developer fixes. Reverts tasks that cannot be migrated cleanly. Can be invoked standalone by passing a Research Phase Handoff as the argument.
Orchestrate the full modernization workflow (Audit → Research → Migrate → Upgrade). Web-researches the latest stable versions of every dependency and toolchain component, plans migrations, implements them with a developer cycle, and optionally upgrades the Rust edition. Standalone skill — not part of the implement flow.
Run Phase 2 (Planning) of the privacyclaw feature workflow. Coordinates PM, Architect, Investigator, and Contrarian to produce a validated OpenSpec task list from a Design Document. Can be invoked standalone by passing a Design Phase Handoff as the argument.
Phase 3 of the refactor workflow. Executes every task from the Refactor-Plan task list using isolated worktrees. Per-task pipeline: Refactoring Engineer → Simplifier → Logging Implementer → Test Runner (behavior gate) → Contrarian (structure gate). Reverts tasks that fail after max iterations. Tracks completion in OpenSpec tasks.md. Can be invoked standalone by passing a Refactor-Plan Phase Handoff as the argument.
Phase 1 of the refactor workflow. Investigator catalogs structural smells in the target scope (over-long functions, mixed concerns, duplication, under-instrumented paths, dead code). Contrarian challenges the classifications — revising severities, adding missed smells, and flagging boundary risks. Saves the validated catalog to smell-catalog.md and scaffolds an OpenSpec change. Can be invoked standalone or as part of /refactor.
Phase 2 of the refactor workflow. Architect turns the validated smell catalog into an ordered, dependency-aware task list. Contrarian challenges for behavior risk, granularity, sequencing, and boundary safety. PM completes the OpenSpec change (proposal.md + tasks.md + spec deltas) and runs openspec validate --strict. Can be invoked standalone by passing a Refactor-Investigate Phase Handoff as the argument.
Orchestrate the full refactoring workflow (Investigate → Plan → Execute). Investigator + Contrarian investigate structural smells, Architect + Contrarian + PM plan and validate an OpenSpec change, then a per-task cycle (Refactoring Engineer → Simplifier → Logging Implementer → Test Runner → Contrarian) executes each one with a revert protocol. Standalone skill — not part of the implement flow.
Phase 2 of the modernize workflow. For every breaking or major dependency update found in Audit, web-searches changelogs and migration guides, maps affected code paths, estimates migration complexity, and produces an ordered update plan. Contrarian challenges exclusions, sequencing, and complexity estimates — including web-searching for known regressions on complex migrations. Can be invoked standalone by passing an Audit Phase Handoff as the argument.
Run Phase 4 (Testing) of the privacyclaw feature workflow. PM and Architect decide test types; Test Developer implements them; Stress Tester adds load tests if needed; Test Runner gates completion. Implementation bugs route back through Phase 3. Can be invoked standalone by passing a Development Phase Handoff as the argument.
Phase 4 of the modernize workflow. Upgrades the Rust edition (e.g. 2021 → 2024) using cargo fix --edition, then a Developer cycle for anything cargo fix cannot automate. Contrarian reviews the research before migration starts. Investigator audits the cargo fix output before Developer fixes begin. Test Runner and Contrarian gate the result. Only runs with explicit user opt-in. Can be invoked standalone by passing a Migrate Phase Handoff as the argument.
Orchestrate the privacyclaw packaging workflow. Asks for branch, target environment (dev/prod/both), and version bump type (major/minor/patch), then ensures a clean tree, runs tests, bumps the version, invokes the appropriate packager agent(s), commits, tags, and uploads release artifacts.