Dev Workflow

Language-agnostic development lifecycle — spec-driven planning (Quick/Full modes), TDD, completion validation, code/security review, parallel agent dispatch, and 8 proactive agents

by @xbklairith 22 skills

Skills in this plugin

22
  1. Review · xbklairith
    25-point code quality checklist covering structure, errors, security, performance, and testing. Use before commits or when reviewing code.
    0 installs
  2. Handoff · xbklairith
    Compact the current conversation into a handoff document so a fresh agent can pick up the work.
    0 installs
  3. Grilling · xbklairith
    Relentless round-based interview that stress-tests a plan before building. Maps the plan as a design tree and works it in rounds, asking every unblocked question at once with a recommended answer for each, until nothing is left silently assumed.
    0 installs
  4. Prototype · xbklairith
    Build a throwaway prototype to answer a design question. Use when sanity-checking whether a state model or logic feels right, or exploring what a UI should look like, before committing the decision to real code.
    0 installs
  5. Explain In · xbklairith
    Rewrite engineer-to-engineer content for leadership audiences — VPs, directors, PMs, release managers. Shapes for the channel: JIRA comment, Slack post, standup note, email, or meeting talking-points. Use after post-mortem or any technical update that needs to flow up the org.
    0 installs
  6. Scrutinize · xbklairith
    Outsider-perspective deep review of a plan, PR, design doc, or code change — questions intent first (should this exist?), then traces the actual code path end-to-end to verify the change does what it claims. Use for serious PR reviews, design audits, or second opinions. Lighter pre-commit checks use `review` instead.
    0 installs
  7. Investigate · xbklairith
    Research a question against high-trust primary sources and capture the findings as a cited Markdown file. Use when a topic needs researching, docs or API facts gathered, or reading legwork delegated to a background agent.
    0 installs
  8. Post Mortem · xbklairith
    Write the canonical engineering record of a fixed bug — root cause, mechanism, fix, validation, and how it slipped through. Use after a debug session lands a validated fix, before closing the bug.
    0 installs
  9. Skill Maker · xbklairith
    Create and edit Claude Code skills with TDD methodology. Use when creating or editing skills. Test with subagents before deployment, iterate until bulletproof.
    0 installs
  10. Spec Review · xbklairith
    Review feature spec files with 3 focused agents — spec quality (business+correctness+ambiguity), completeness (missing scenarios+safety+testability), and buildability (compatibility+blockers+traceability). Sequential by default.
    0 installs
  11. Git Workflow · xbklairith
    Smart git operations — commit messages, branch management, PR creation with summaries. Use for any git workflow.
    0 installs
  12. Spawn Agents · xbklairith
    Use when facing 2+ independent problems (different test files, unrelated bugs, separate subsystems) that can be investigated in parallel without shared state — covers the dispatch decision, the actual Claude Code parallelism mechanism, prompt construction, and integration after agents return
    0 installs
  13. Using Kisune · xbklairith
    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
    0 installs
  14. Brainstorming · xbklairith
    Collaborative refinement of rough ideas into clear requirements/designs through systematic questioning. Use when requirements are vague or exploring architectural options.
    0 installs
  15. Codebase Design · xbklairith
    Shared vocabulary for designing deep modules — module, interface, depth, seam, adapter. Use when designing or improving a module's interface, deciding where a seam goes, hunting for deepening opportunities, or making code more testable.
    0 installs
  16. Domain Modeling · xbklairith
    Build and sharpen a project's domain model — challenge terms, resolve them into a glossary, and record hard-to-reverse decisions as ADRs. Use when codebase terminology is fuzzy or contested, when writing or editing a glossary, or when recording an architectural decision.
    0 installs
  17. Security Review · xbklairith
    OWASP Top 10 vulnerability detection. Use PROACTIVELY for code handling user input, auth, APIs, payments, or sensitive data.
    0 installs
  18. Systematic Debug · xbklairith
    Systematic debugging framework — opens every session by reciting the 4-mantra block (reproduce, trace the fail path, falsify the hypothesis, cross-reference breadcrumbs), then applies multi-layer investigation. Use when diagnosing bugs, flaky tests, unknown failures, or cross-component issues.
    0 installs
  19. Spec Driven Planning · xbklairith
    Plan new features using spec-driven workflow — auto-picks Quick (single plan.md) or Full (3-file EARS spec) mode. Use when creating features, writing requirements, or designing architecture.
    0 installs
  20. Completion Validation · xbklairith
    Use when about to claim work is complete, fixed, passing, or ready to commit/PR — requires running verification commands and reading fresh output before any success claim. Evidence before assertions, always.
    0 installs
  21. Test Driven Development · xbklairith
    Strict RED-GREEN-REFACTOR enforcement with no exceptions. Use when implementing features or fixing bugs. No production code without a failing test first.
    0 installs
  22. Spec Driven Implementation · xbklairith
    Execute spec-driven implementation — auto-detects Quick (plan.md) or Full (tasks.md) mode and runs step-by-step with verification. Use when implementing a planned feature or running TDD tasks.
    0 installs