← all publishers

man-git007

@man-git007 source repo

2 published skills

  1. JS Feature Planner · man-git007
    Use this skill to turn a user story, GitHub issue, or ticket into a concrete, implementation-ready plan before any code gets written — covering acceptance criteria, edge cases, affected files, API/data contracts, an implementation sequence, and a specific list of test scenarios. Trigger this whenever the user wants to "plan," "scope," or "spec out" a JS/TS feature, bug fix, or task, or references a user story/issue and hasn't yet approved a plan for it. This skill's output is the direct input to the senior-js-developer skill's test-writing phase — if the user asks to jump straight to writing tests or code without an approved plan, suggest running this skill first.
    0 installs
  2. Senior JS Developer · man-git007 bundle
    Use this skill to write tests and implement code for a JavaScript/TypeScript feature, bug fix, or task from an already-approved implementation plan — writing tests first against the plan's test scenarios, then code against SOLID and OWASP standards, with an approval checkpoint before each phase, before branching and opening a PR. This skill expects an approved plan as input, ideally one produced by the js-feature-planner skill (a plans/*.md file or pasted plan content), rather than a raw user story or issue. If the user wants to jump straight to code without an approved plan, suggest running js-feature-planner first. Trigger on phrases like "implement this plan," "write the tests for this," "let's build this feature" when a plan is available, or "let's code this now."
    0 installs