← all publishers

joris887

@joris887 source repo

44 published skills

  1. Commit · joris887
    Create a well-formatted conventional commit with proper message structure. Use when ready to commit changes.
    0
    installs
  2. Deploy · joris887
    Deploy the project to a hosting platform. Detects deployment configuration, runs pre-deploy checks, and guides first-time setup.
    0
    installs
  3. Doctor · joris887 bundle
    Validate framework configuration, check runtime dependencies, and report issues. Use when something isn't working or after setup.
    0
    installs
  4. Ideate · joris887 bundle
    Use when the user has an idea or requirement to decompose into backlog stories.
    0
    installs
  5. Handoff · joris887
    Generate a structured handoff document for ending a development session. Saves to docs/sessions/ for the continue skill to read.
    0
    installs
  6. Help Me · joris887
    Natural language skill discovery — describe what you want to do and get matched to the right skill.
    0
    installs
  7. Continue · joris887
    Resume development with smart session continuation. Reads session handoff files, sprint spec, analyzes git state, and determines the best path forward.
    0
    installs
  8. Discover · joris887 bundle
    Deep guided elicitation for new projects. Archetype-aware, research-backed, multi-phase discovery with assumption tracking and Phase Transition Stories.
    0
    installs
  9. Merge Up · joris887
    Use when the user is inside a parallel stream (worktree branch) and wants to merge that branch's committed work into the parent branch it was created from, then bring the stream back up to date with the parent. True merge (keeps individual commits); prompts before pushing the parent. Pairs with /parallel-work, which records the parent in git config (branch.<name>.exosuitParent), and with /merge-down (the inverse direction).
    0
    installs
  10. Optimize · joris887 bundle
    Use when the user wants to autonomously improve a measurable metric through iterative experimentation with git-based checkpointing and automatic rollback.
    0
    installs
  11. Research · joris887 bundle
    Deep online research on any topic. Produces structured reports with citations and confidence scores. Three depth modes — quick scan, standard investigation, or deep dive.
    0
    installs
  12. Bootstrap · joris887 bundle
    First-run framework setup. Detects existing project stack or guides new project creation from vision/braindump.
    0
    installs
  13. Dashboard · joris887
    Sprint status overview with session insights, sprint trends, and actionable next steps.
    0
    installs
  14. Fix Issue · joris887
    Fix a GitHub issue following project coding standards. Creates branch, implements fix with TDD, and prepares PR.
    0
    installs
  15. Pr Status · joris887
    Check status of open pull requests and provide options for next steps. Use to review PR status, handle feedback, or merge approved PRs.
    0
    installs
  16. Uat Cycle · joris887
    Execute a UAT test case — select, test, process findings, fix or log, and close the cycle.
    0
    installs
  17. Undo Work · joris887
    Safely discard or revert failed implementation attempts and restore a clean working state.
    0
    installs
  18. Uninstall · joris887
    Cleanly remove the Exosuit framework from a project while preserving project-specific content.
    0
    installs
  19. Brainstorm · joris887 bundle
    Use when the user has a complex idea that needs design exploration before story decomposition.
    0
    installs
  20. Merge Down · joris887
    Use when the user is inside a parallel stream (worktree branch) and wants to bring that branch up to date with the LATEST of its parent branch — typically after one or more sibling streams have merged their work up into the parent (via /merge-up). Pulls the parent's accumulated commits down into the current branch with a true merge. Inverse of /merge-up; the parent is recorded by /parallel-work in git config (branch.<name>.exosuitParent). Read-only on the parent — safe to run while the parent worktree is busy.
    0
    installs
  21. Quickstart · joris887
    Guided interactive tour of the framework. Walks through your first sprint from zero to shipped PR.
    0
    installs
  22. Skill Eval · joris887 bundle
    Use when you want to test, measure, or compare skill effectiveness. Supports eval, compare, metrics, baseline capture, and regression detection.
    0
    installs
  23. Sprint End · joris887 bundle
    Use when the user wants to ship a sprint's work to main via PR.
    0
    installs
  24. Manual Test · joris887 bundle
    Prepare for manual testing session with test plan based on known issues, recent changes, and acceptance criteria.
    0
    installs
  25. Refine Loop · joris887
    ______________________________________________________________________
    0
    installs
  26. Story Cycle · joris887 bundle
    Use when the user wants to implement a single story or deliver a backlog item.
    0
    installs
  27. Code Quality · joris887
    Analyzes code quality, complexity, duplication, and architectural patterns. Use after implementing features, during code review, or when preparing for PR. Auto-invoke when user has completed significant code changes or asks to review code quality.
    0
    installs
  28. Custom Hooks · joris887
    Create project-specific hook scripts and register them in settings.json. Extends the framework's enforcement layer.
    0
    installs
  29. Phase Review · joris887
    Phase transition review — walkthrough built features, validate assumptions, refresh research, decide direction, and plan next phase.
    0
    installs
  30. Skill Create · joris887 bundle
    Analyze the repository's technology stack and generate appropriate skills, rules, and hook configurations.
    0
    installs
  31. Sprint Start · joris887
    Pre-sprint checks, feature branch creation, and sprint planning. Ensures clean state, defines sprint goal and scope, creates sprint spec document.
    0
    installs
  32. Debug Session · joris887 bundle
    Use when the user reports a bug, error, or unexpected behavior that needs investigation.
    0
    installs
  33. Parallel Work · joris887 bundle
    Work on multiple stories at the same time. Creates isolated parallel streams (git worktrees) from the current branch, wires up local settings, and opens each in its own Claude Code session. Also shows stream status and cleans up finished streams. Pairs with /merge-up (publish a stream's work to the parent branch) and /merge-down (pull the parent's accumulated work into a stream).
    0
    installs
  34. Quality Check · joris887
    Unified quality gate dispatcher. Runs selected quality checks with profile-aware defaults.
    0
    installs
  35. Retrospective · joris887 bundle
    Sprint retrospective — consumes progress.md Metrics table, adds leading-lagging analysis, anti-pattern detection, and 4Ls framework.
    0
    installs
  36. Testing Cycle · joris887
    Process a single user testing feedback item — classify, fix or log, verify, and report.
    0
    installs
  37. Backlog Review · joris887
    Execute comprehensive backlog review. Analyzes story quality, Definition of Ready compliance, dependencies, zombie stories, and generates a backlog health report.
    0
    installs
  38. Security Audit · joris887
    Security review for code touching authentication, credentials, file access, or user data. Includes CWE checklist ranked by AI vulnerability frequency, phantom package detection, ASVS-aligned controls, and supply chain checks. MANDATORY for auth code, credential handling, file operations with user data, network comms, or database queries with user input.
    0
    installs
  39. Test Validator · joris887
    Validates test coverage, quality, and TDD compliance. Detects weakened assertions, deleted tests, and tautological patterns. Auto-invoke when user has written code and needs test validation.
    0
    installs
  40. Framework Upgrade · joris887 bundle
    Upgrade Exosuit to a newer version while preserving project customizations.
    0
    installs
  41. Performance Check · joris887
    Analyze performance patterns — N+1 queries, unbounded operations, blocking I/O, memory leaks, and scaling behavior. Auto-invoke after performance-sensitive code changes.
    0
    installs
  42. Architecture Check · joris887
    Validate module boundaries, check for architectural drift, and suggest fitness function tests. Compares actual code structure against ARCHITECTURE.md.
    0
    installs
  43. Claude Sense Check · joris887 bundle
    Incremental code logic verification of UAT test cases — pick batch, trace code, fix issues, update tracking.
    0
    installs
  44. Weekly Maintenance · joris887
    Execute comprehensive weekly maintenance routine (1-2 hours, Friday recommended). Includes health checks, quality review, dependency governance, activity insights, and planning.
    0
    installs