← all publishers

masharratt

@masharratt source repo

163 published skills · page 2 of 2

  1. Cfn Error Management · masharratt bundle
    Error handling, batching, logging for CFN Loop. Use to capture agent errors, batch errors for processing, log structured error data, or categorize/recover from agent failures.
    1 install
  2. Cfn Skill Management · masharratt bundle
    Skill loading, propagation, building for CFN. Use when dynamically discovering/loading skills, propagating skills across environments, or scaffolding new skills.
    1 install
  3. Cfn Sprint Execution · masharratt bundle
    Sprint planning, execution, checkpointing for CFN Loop. Use when running sprints or checkpointing sprint progress.
    1 install
  4. Supabase Schema Sync · masharratt bundle
    Introspects Supabase DB, updates project db-query skill with current schema. Run after any migration to keep agent context accurate.
    2 installs
  5. Conversation Sync · masharratt bundle
    Sync conversation history from .codex/sessions to .claude.json for context preservation. Use when copying/syncing conversations, importing sessions, or backing up conversation context.
    1 install
  6. Cfn Task Intelligence · masharratt bundle
    DEPRECATED. Consolidated into cfn-task-planning. Task classification, complexity/iteration estimation, and specialist recommendation now live there.
    1 install
  7. Cfn Memory Persistence · masharratt bundle
    Data persistence for CFN Loop: SQLite storage, Redis coordination, auto memory persistence. Use when storing/retrieving CFN state, coordinating via Redis, or persisting agent memory.
    1 install
  8. Cfn Process Management · masharratt bundle
    Process instrumentation and lifecycle management. Use when starting/stopping/tracking OS processes, instrumenting process metrics, or managing process lifecycle for CFN.
    1 install
  9. Cfn Project Management · masharratt
    Backlog and changelog management for CFN projects. Use when adding backlog items or updating changelog.
    1 install
  10. Cfn Intervention System · masharratt
    Human intervention detection and orchestration for CFN Loop. Use when automated processes need human oversight, escalation required, or managing intervention workflows and approval gates.
    1 install
  11. Cfn Migration Rehearsal · masharratt bundle
    Rehearses a DB migration up+down round-trip against an EXPLICIT scratch database only. Applies up, captures schema, applies down, re-captures, and diffs to prove up and down are inverses. Refuses to run without CFN_SCRATCH_DATABASE_URL and refuses anything that looks like prod. Executes what cfn-ops only designs.
    1 install
  12. Cfn Deployment Lifecycle · masharratt
    Skill deployment and promotion lifecycle. Use when transitioning skills from APPROVED to DEPLOYED, or promoting skills staging to production with SLA enforcement.
    1 install
  13. Cfn Triage Tool Failures · masharratt
    Pull the global CFN tool-initiation failure log and investigate why tools failed to start. Use when log-tool-init-failure.sh has recorded failures (missing scripts, not-executable, agent spawn no-output, skill not found, MAX_ITERATIONS exhausted) and you need to diagnose root cause. Summarizes by tool/category/project, then walks each cluster to a fix.
    1 install
  14. Cfn Dependency Management · masharratt bundle
    Task dependency extraction and context ingestion. Use to parse task criteria, identify dependencies, generate execution order, or inject context for complex multi-step tasks.
    1 install
  15. Cfn Loop Orchestration V2 · masharratt bundle
    CFN Loop orchestration: gate checks, validation, consensus, Product Owner decisions. Use when orchestrating multi-agent workflows, managing iteration cycles, or coordinating Loop 2/Loop 3 dependencies.
    1 install
  16. Cfn Dry Review · masharratt
    MUST BE USED before merging any PR that adds 3+ new functions or 50+ lines. Run after implementation. Reviews code for DRY violations, modularity, resumable pipeline opportunities. Outputs JSON manifest for cfn-vote-implement.
    1 install
  17. Cfn Night Mode · masharratt bundle
    Global autonomy flag with decision log and morning report. While on, sessions never stop on AskUserQuestion or plan approval stalls: they decide with a conservative reversible default, log every choice to decision-log under night-<date> slugs, commit finished work without pushing, and surface the whole batch in a morning report the next day.
    1 install
  18. Cfn Operations · masharratt bundle
    File and log operations for CFN. Use when reading/writing/managing files or appending/reading/rotating log files in CFN workflows.
    1 install
  19. Cfn Edit Safety · masharratt bundle
    Pre-edit backup + post-edit validation for safe file edits. Use to capture file state before edits, validate changes after edits, revert files to prior state, or ensure edit safety via auto backup/validation hooks.
    1 install
  20. Cfn Epic Parser · masharratt bundle
    Convert markdown epic documents into structured JSON configs for MDAP or CFN Loop execution. Use when parsing epic documents, validating epic structure, or generating execution configs from planning docs.
    1 install
  21. Cfn Investigate · masharratt
    Root-cause debugging: 5-phase protocol, 3-strike escalation, scope lock. Enforces investigation before fixes. Use when diagnosing bugs, system failures, or unexpected behavior.
    1 install
  22. Cfn Plan Review · masharratt
    Post-planning completeness review. Extracts assumptions, traces dependencies, analyzes blast radius, checks alpha-readiness, surfaces gaps before implementation. Use after writing any plan that touches data, APIs, or shared state.
    1 install
  23. Cfn Alpha Launch · masharratt bundle
    MUST BE USED before any alpha or production release. Do not deploy without passing this check. Alpha readiness analysis plus fix execution: scores 8 readiness areas in parallel, emits a fix manifest and hands off to /cfn-vote-implement. Use when preparing to ship.
    1 install
  24. Cfn Coordination · masharratt
    Agent coordination patterns for task-mode multi-agent workflows (no Redis): chain, broadcast, mesh, consensus collection. Use when planning how to spawn agents, sequence dependencies, or aggregate results in a single message.
    1 install
  25. Cfn Epic Creator · masharratt bundle
    DEPRECATED. Use cfn-epic-creator-v2 (adds AISP formal contracts, prevents type drift). For full tiered planning use cfn-megaplan. v1 kept for the simpler single-domain prose-epic flow only.
    1 install
  26. Glm Video Ingest · masharratt bundle
    Ingest a Loom (or public mp4 / local file) screen recording with a video-understanding model (Kimi K2.6 default; z.ai GLM-5V or Gemini optional) and extract a build-ready UI spec: every screen, UI element, and the conditional logic the narrator describes, aligned to Loom's timestamped transcript. Use to reverse-engineer a no-code UI (Softr/WordPress/Bubble/Zapier) into custom code, or any time you need video understanding paired with narration.
    1 install
  27. Cfn Agent Tooling · masharratt
    Agent dev tools: template generation, profile validation. Use when creating new agent templates from scaffolding, or validating/linting existing agent profiles for correctness and completeness.
    1 install
  28. Cfn Expert Update · masharratt bundle
    Update CFN system expert agent knowledge with relevant git commits and project changes. Use after notable CFN changes to keep expert agent current.
    1 install
  29. Cfn Megaplan Fast · masharratt bundle
    Token-lean planning orchestrator for multi-part programs and single features. Program mode runs spec/data/arch/ux ONCE, then only test_plan + write_plan + Bar A per part, reading section extracts not whole artifacts. Hard byte caps per artifact, static-only bars (1 round, inline patch), opus only for spec+arch, no nested subagents. Same hand-off contract to /cfn-loop-task as megaplan. Use for mvp/beta work; full /cfn-megaplan stays for enterprise/compliance/ops-heavy builds.
    1 install
  30. Cfn Megaplan Lite · masharratt bundle
    Balanced-cut planning mode for medium features (3-7 files, single shared-state surface). Runs a 7-level DAG at mvp depth but roughly half the wall-clock of full megaplan: both completion bars capped to 1 round, pseudo folded into arch, non-core phases on sonnet, and the live haiku probe dropped. Inherits megaplan's bar scripts and phase skills by relative path. Use as the balanced-cut alternative to /cfn-megaplan for medium features.
    1 install
  31. Cfn Goap Plan · masharratt
    Optional GOAP planning bookend around cfn-megaplan (the canonical pipeline). Run BEFORE plan mode to model goal state and derive an optimal action sequence. Run DURING implementation when the 3-strike rule fires to replan from current world state.
    1 install
  32. Cfn Perf Gate · masharratt bundle
    Performance regression gate. Runs a configurable benchmark command, compares results against a stored baseline, and emits a cfn-vote-implement manifest for every path that regressed beyond CFN_PERF_THRESHOLD_PCT. Set CFN_PERF_BENCH_CMD to a command that outputs {name: number} JSON. Never auto-fixes.
    1 install
  33. Cfn Tech Debt · masharratt bundle
    Harvest deliberate code shortcuts marked with `cfn:` comments into a tracked ledger. Use after implementation to inventory deferred shortcuts, or to flag trigger-less shortcuts that silently rot. Marks ceiling + upgrade trigger for every intentional simplification.
    1 install
  34. Cfn Test Plan · masharratt
    Test-strategy phase of cfn-megaplan. Designs test depth properly: fixtures/test-data, the unit/integration/contract/e2e/load split, mocking strategy, and non-functional tests, instead of lumping everything into a vague red phase. Feeds Bar A (verifiable-done): every acceptance criterion becomes a concrete runnable check. Use after cfn-spec, cfn-arch, and (if frontend) cfn-ux.
    1 install
  35. Cfn Utilities · masharratt bundle
    Reusable bash utility functions for CFN Loop: logging, error handling, retry, file ops. Use when you need structured logging, atomic file operations, retry logic with exponential backoff, or standardized error handling in bash scripts.
    1 install
  36. Cfn Workbench · masharratt bundle
    Render a self-contained HTML progress page from scattered CFN Loop run data (manifests, VERIFY doc, lane reports, screenshots, bless ledger).
    1 install
  37. Codesearch Code Search · masharratt bundle
    MANDATORY: Query CodeSearch BEFORE using grep, glob, find, or search. 400x faster semantic/structural code search via SQL on indexed codebase. Use to find functions, classes, patterns, callers, implementations. Agents MUST query CodeSearch first; grep only allowed after CodeSearch returns zero results.
    1 install
  38. Cfn Planning · masharratt bundle
    Epic decomposition, coordinator planning, scope management. Use when breaking epics into sprints/tasks, coordinating multi-coordinator workflows, or simplifying/managing project scope boundaries.
    1 install
  39. Cfn Research · masharratt
    Pre-spec feasibility plus prior-art plus knowledge-base query. Resolves unknowns before planning so the spec is grounded in evidence, not assumption. Runs first (DAG level 1), only when the build has unknowns. Stops the pipeline from re-solving a solved problem or planning on a guess.
    1 install
  40. Cfn Spa Plan · masharratt
    Lighter SPARC-only sub-pipeline. Auto-chains cfn-spec + cfn-pseudo + cfn-arch into one SPA artifact bundle. cfn-megaplan is the canonical planning entry point and supersedes this. Use cfn-spa-plan directly only when you want no tiering and no extra phases.
    1 install
  41. Decision Log · masharratt bundle
    Cross-session decision memory. Two stores in one SQLite DB: an FTS5 index of past conversation messages (query/lookup/briefing) and a structured register of resolved plan decisions (record/decisions). Lets planning phases query prior art and avoid re-opening settled forks.
    1 install
  42. Cfn A11Y Gate · masharratt bundle
    LOCAL accessibility (WCAG) gate. Runs axe-core against rendered pages in a headless browser (Playwright) and emits each violation (contrast, missing label, keyboard trap, ARIA misuse) as a suggestion in the shared cfn-vote-implement manifest. NOT a GitHub Action. Requires axe-core preinstalled; degrades with a clear install instruction. Never auto-fixes.
    1 install
  43. Cfn Ab Critic · masharratt bundle
    MUST BE USED when an acceptance criterion carries a `reference` key: blind A/B comparison of the build artifact vs the reference, emits a vote-manifest. Use PROACTIVELY in cfn-loop-task Phase 4 for visual/writing/polish ACs.
    1 install
  44. Cfn Dep Audit · masharratt bundle
    Supply-chain gate for new and existing dependencies. Enforces the ~90-day cooldown on NEW deps and the take-CVE-fixes-immediately carve-out. Runs npm audit / osv-scanner / cargo audit when present, flags newly added deps younger than the cooldown, and emits a manifest for cfn-vote-implement. Degrades gracefully when a tool is absent. Never auto-fixes.
    1 install
  45. Cfn Spec · masharratt
    SPARC Specification phase. Make testable acceptance criteria, edge cases, pre/post conditions, invariants BEFORE planning implementation. Use when starting any non-trivial task to lock intent, surface ambiguity early.
    1 install
  46. Cfn Fleet · masharratt bundle
    Multi-session fleet coordination: one master Claude Code session coordinates N worker sessions (each a full session with its own context and subagents) through a file-based roster in the target project. Thin messages (control plane), fat files (data plane): roster, briefs, and handoffs carry state; messages only assign/wake/block. Use when running parallel workstreams in one repo without cross-contaminating commits, claims, or migrations.
    1 install
  47. Cfn Retro · masharratt
    MUST BE USED at end of each week to review velocity, identify hotspot files, and surface workflow bottlenecks. Weekly git-history retrospective: velocity, session patterns, file hotspots, commit types, streaks.
    1 install
  48. Cfn Share · masharratt bundle
    Publish a plan, spec, or any project markdown doc as a private shareable web page so a non-terminal colleague can read and comment on it. Pins the artifact URL in a sidecar so re-sharing the same doc updates the same link instead of spawning duplicates. Use when handing a PLAN_*.md, SPEC_*.md, or review doc to a human who does not live in a terminal.
    1 install
  49. Cfn Canary · masharratt
    MUST BE USED within 10 minutes of any production deployment. Post-deploy health monitoring: polls a URL for 10 minutes checking errors, performance regressions, availability.
    1 install
  50. Cfn Config · masharratt bundle
    Config management and environment sanitization. Use when managing config files, validating env vars, sanitizing sensitive data, or updating system settings across CFN Loop components.
    1 install
  51. Cfn Decide · masharratt
    DECISIONS phase. Extract every meaningful tradeoff fork from the spec, force blocking forks to the user before the plan locks, write a decision register, score design alternatives, and append resolved decisions to the decision log so future plans can query them. Use after cfn-spec, in parallel with cfn-pseudo.
    1 install
  52. Cfn Design · masharratt
    Visual / layout / design-system / accessibility / i18n + external API-contract design phase. Layers on cfn-ux: cfn-ux decides which control a field gets and its states/flows; cfn-design decides how it LOOKS, the layout, design-system reuse (DRY for components + tokens), full accessibility, localization, and the shared API contract the UI calls. Use after cfn-ux when the build has a frontend.
    1 install
  53. Cfn Pseudo · masharratt
    SPARC Pseudocode phase. Trace logic, enumerate branches, find failure paths, verify branch coverage BEFORE writing real code. Use after cfn-spec to catch logic gaps before implementation.
    1 install
  54. Cfn Careful · masharratt
    PreToolUse hook. Warns before destructive bash commands (rm -rf, DROP TABLE, git push --force, etc). Activates via /careful. Whitelists safe deletions (node_modules, .next, dist).
    1 install
  55. Cfn Monitor · masharratt bundle
    Post-deploy runtime health gate and incident triage runbook. Probes HTTP endpoints for status and latency, emits JSON summary, exits nonzero on any failure. Use after every deploy as a go/no-go gate. Stateless single-shot; see cfn: marker for the continuous-polling upgrade path.
    1 install
  56. Cfn Doc Lint · masharratt bundle
    Enforce the feature-status.md and state-machines.md doc contract: closed status vocabulary, required columns, per-entity state-machine shape, cell-length caps, TOC for large files, plural filename. Use after editing either doc, or run --check-all to audit every project. Catches the three failure modes that rotted the portfolio: changelog-in-status-doc, status-vocab drift, and duplicate state-machine entities.
    1 install
  57. Cfn Megaplan · masharratt bundle
    Tiered planning orchestrator. Runs the full SPARC+ pipeline (research, spec, decide, pseudo, data, arch, ux, design, test, ops) as a parallel DAG, scaled by build stage (mvp/beta/enterprise) via inclusion profiles. Enforces two gates: every success criterion is executable (verifiable-done) and every step is unambiguous (haiku-executable). Use as the entry point for any non-trivial build instead of cfn-spa-plan.
    1 install
  58. Cfn UX · masharratt
    MUST BE USED for the interaction-design phase of any frontend build. Owns the full interaction experience: derives every UI control from its data binding (field-to-control derivation), per-field interaction (defaults, autofocus, validation timing), enumerates UI + edge states, maps single-task flows AND cross-screen journeys (wizards, onboarding, save/resume), confirmation/feedback/undo behavior, and role-based visibility. Kills the dropdown-as-textbox bug. Hands visual/responsive/copy to cfn-design and route structure to cfn-arch. Use after cfn-data, before cfn-design.
    1 install
  59. Commit · masharratt
    Stage, commit, push changes via background github-commit-agent. Optional args for message override or push control. Use when committing/pushing work.
    1 install
  60. Cfn E2e · masharratt bundle
    MUST BE USED instead of running Playwright tests directly in WSL2. Parallel E2E execution, auto-batches tests (fast/medium/large) to avoid OOM on memory-constrained WSL2. Use for Playwright/E2E test runs.
    1 install
  61. Cfn Ops · masharratt
    Operations-design phase. Design the production surface UP FRONT: threat model (STRIDE), observability (logs/metrics/traces), rollout (flags/canary), success metrics/KPIs, failure modes (FMEA), capacity/cost, rollback rehearsal, runbook. Use in cfn-megaplan for beta+ tiers so 'how it runs in prod and how we know it worked' is designed, not review-checkboxed.
    1 install
  62. Cfn Arch · masharratt
    SPARC Architecture phase. Define component boundaries, interface contracts, integration points, DRY reuse BEFORE implementation. Use after cfn-spec and cfn-pseudo to lock structure, catch integration mismatches early.
    1 install
  63. Cfn Data · masharratt
    Forward database / data-layer design phase of the MegaPlan pipeline. Designs schema, indexes, RLS, migration up+down, lifecycle, concurrency, and privacy FORWARD instead of tracing them backward at review time. Emits the field-bindings table that cfn-ux consumes to derive UI controls. Use after cfn-spec + cfn-decide when the build touches a database.
    1 install