← all publishers

martynjsimpson

@martynjsimpson source repo

2 published skills

  1. Work Model · martynjsimpson bundle
    Explains and enforces the project-agnostic Request -> Work item -> Active release -> Done work-management model, including the manifest schema at docs/work/project.yml, the exact file formats for requests.md / backlog.yml / active-release.md, all valid statuses, and the configuration-resolution protocol every command follows. Use when someone asks how the work management model works, what a status means, whether something is blocked or deferred, what fields a request or work item takes, how to configure project.yml, what belongs in the manifest versus a command, or when validating that requests.md and backlog.yml conform to the model. Also use before hand-editing any of the work files, so the edit matches the required structure rather than drifting from it.
    0
    installs
  2. Work Capture · martynjsimpson
    Quickly capture a bug, feature idea, improvement, annoyance, tech-debt item, or security concern into the project's requests.md intake file, without starting a planning session. Use when someone says "note this down", "log this", "capture this", "add this to the backlog", "remember this for later", "I noticed a bug", "I had an idea", "can you add a request for", "flag this for later", or otherwise mentions something in passing that they want recorded rather than fixed now. Also use proactively at the end of a session when a real defect or improvement was noticed but deliberately left unfixed. Works on any project set up with the work-management model; discovers the project from its manifest rather than assuming a location. Do NOT use for refining requests, proposing release scope, or closing out a release — those are the /work-plan command.
    0
    installs