Create a private GitHub repository from the Spec-Led-Certification template and clone it, as the durable home for one certification search. Use when the user wants the search backed by a repo rather than a local folder — "make a repo for this", "set up a…
danielrosehill/spec-led-certification-plugin
SkillsMP has collected 14 skills from danielrosehill/spec-led-certification-plugin. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 14
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 14 of 14 collected skills.
Create the directory structure a spec-led certification search writes into — profile/, scorecard/, research/, report/ — by copying the plugin's bundled template into the working directory. Idempotent and non-destructive: it never overwrites a file that…
Second and later runs — archive the previous run, confirm the profile is still current, re-survey the market and report what changed since last time. Use when the intake is already on file and the user wants to know whether the market has moved, or whether an…
Entry point for the whole workflow — reads the state on disk and routes to start-search, rerun-search or update-profile. Use when the user wants a certification decision and it is not obvious which of the three they need, or when they do not know what state…
First run — onboard someone who has never done this, take them through all five intake interviews, freeze the scorecard, survey the market and produce the recommendation. Use when profile/ is unfilled, when the user is starting a search for a new subject, or…
Change what is stored about the user — their position, learning preferences, objectives, budget or subject — without running a search. Re-interviews only the files that changed, re-dates them, and marks the scorecard stale so the next run rebuilds it. Use…
Establish where the user actually stands today against the capability areas in the spec, from evidence they point at — repos, site, CV, published work — rather than self-report alone. Writes profile/benchmark.md. Second stage of the spec-led certification…
Derive weighted, anchored scoring criteria and hard filters from the completed profile, then freeze them before any credential is researched. Writes scorecard/criteria.csv, scorecard/filters.csv and scorecard/methodology.md. The pivot of the spec-led…
Capture the two budgets — money (ceiling, comfortable figure, retakes, who pays, renewals) and time (hours per week, weeks available, whether the time is protected). Writes profile/budget.md. Fifth and final intake stage of the spec-led certification workflow.
Establish what the credential is actually for — its purpose, its audience, the user's standing positions such as vendor neutrality, the calendar window, and the condition under which sitting nothing is the right answer. Writes profile/objectives.md. Fourth…
Capture the headline ask — what field the user wants certified in, which capability areas the credential must cover, and what is out of scope. Writes profile/spec.md. First stage of the spec-led certification workflow; run it before any research.
Capture how the user learns — modality, devices, session shape, assessment formats they do well and badly in, and what has failed before. Writes profile/learning-preferences.md. Third stage of the spec-led certification workflow; the most durable file in the…
Turn the scored research into a recommendation and a typeset PDF — the answer up front, why the runner-up lost, where to invest study effort, and what would change the conclusion. Writes report/meta.yaml and report/narrative.yaml, then builds…
Survey the certification market against the frozen scorecard — find every plausible credential, apply the hard filters, price the whole route, and score the survivors with a confidence tag and a source for every number. Writes research/candidates.csv,…