Home / rshade / finfocus · .kimi-code/skills/speckit-checklist/SKILL.md · GitHub

speckit-checklist skillA

speckit-checklist is agent-read markdown (skill) from rshade/finfocus: Generate a custom checklist for the current feature based on user requirements..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

## Checklist Purpose: "Unit Tests for English"

**CRITICAL CONCEPT**: Checklists are **UNIT TESTS FOR REQUIREMENTS WRITING** - they validate the quality, clarity, and completeness of requirements in a given domain.

**NOT for verification/testing**:

- ❌ NOT "Verify the button clicks correctly"
- ❌ NOT "Test error handling works"
- ❌ NOT "Confirm the API returns 200"
- ❌ NOT checking if code/implementation matches the spec

**FOR requirements quality validation**:

- ✅ "Are visual hierarchy requirements defined for all card types?" (completeness)
- ✅ "Is 'prominent display' quantified with specific sizing/positioning?" (clarity)
- ✅ "Are hover state requirements consistent across all interactive elements?" (consistency)
- ✅ "Are accessibility requirements defined for keyboard navigation?" (coverage)
- ✅ "Does the spec define what happens when logo image fails to load?" (edge cases)

**Metaphor**: If your spec is code written in English, the checklist is its unit test suite. You're testing whether the requirements are well-written, complete, unambiguous, and ready for implementation - NOT whether the implementation works.

**Ownership and checkbox lifecycle**:
…

Read the whole file at its exact version.

How to install

Latest version
mdr add rshade/finfocus/speckit-checklist@git:20260923.371a5e1
Exact content
mdr add rshade/finfocus/speckit-checklist@sha256:96306b22f2c409fb

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_jtnun4mfsy5hj5o3.svg)](https://markdownregistry.com/a/art_jtnun4mfsy5hj5o3)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.371a5e1 latest2026-09-23 371a5e1 22,688 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (22688 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

rshade/finfocus · 10 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_jtnun4mfsy5hj5o3
GET https://markdownregistry.com/api/v1/resolve?ref=rshade/finfocus/speckit-checklist
GET https://markdownregistry.com/api/v1/blob/96306b22f2c409fbcf5830c8937cbb4134c10271589056abe9ec9105368c4b77

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from rshade/finfocus

pick-issue skill
rshade/finfocus · .agents/skills/pick-issue/SKILL.md · Pick the next GitHub issue(s) to work on from the finfocus roadmap backlog and optionally promote them to…
git:20260923.40f7ade · audit A · 10 stars
finfocus-cost skill
rshade/finfocus · .claude/skills/finfocus-cost/finfocus-cost/SKILL.md · Guide for using FinFocus CLI to analyze cloud infrastructure costs. Use when running projected or actual cost commands…
git:20260214.ce1ec73 · audit A · 10 stars
finfocus-dev skill
rshade/finfocus · .claude/skills/finfocus-dev/finfocus-dev/SKILL.md · FinFocus Core development workflow guide for contributors. Use when implementing features, fixing bugs, writing tests…
git:20260214.ce1ec73 · audit A · 10 stars
finfocus-plugin skill
rshade/finfocus · .claude/skills/finfocus-plugin/finfocus-plugin/SKILL.md · Guide for building FinFocus cost plugins using the pluginsdk and gRPC protocol. Use when creating a new plugin…
git:20260214.ce1ec73 · audit A · 10 stars
agentic-workflow-designer skill
rshade/finfocus · .github/skills/agentic-workflow-designer/SKILL.md · Conversational skill that interviews users to design new agentic workflows
git:20260611.bf2f09b · audit A · 10 stars
agentic-workflows skill
rshade/finfocus · .github/skills/agentic-workflows/SKILL.md · Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
git:20260611.bf2f09b · audit A · 10 stars
jqschema skill
rshade/finfocus · .github/skills/jqschema/SKILL.md · Infer JSON structure and types with jq-based schema discovery.
git:20260610.db6f48b · audit A · 10 stars
speckit-analyze skill
rshade/finfocus · .kimi-code/skills/speckit-analyze/SKILL.md · Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after…
git:20260923.371a5e1 · audit A · 10 stars
speckit-clarify skill
rshade/finfocus · .kimi-code/skills/speckit-clarify/SKILL.md · Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and…
git:20260923.371a5e1 · audit A · 10 stars
speckit-constitution skill
rshade/finfocus · .kimi-code/skills/speckit-constitution/SKILL.md · Create or update the project constitution from interactive or provided principle inputs.
git:20260923.371a5e1 · audit A · 10 stars
speckit-converge skill
rshade/finfocus · .kimi-code/skills/speckit-converge/SKILL.md · Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new…
git:20260923.371a5e1 · audit A · 10 stars
speckit-implement skill
rshade/finfocus · .kimi-code/skills/speckit-implement/SKILL.md · Execute the implementation plan by processing and executing all tasks defined in tasks.md
git:20260923.371a5e1 · audit A · 10 stars

Every file in rshade/finfocus

Other files named speckit-checklist

speckit-checklist skill
oryx-labs/oryxos · .claude/skills/speckit-checklist/SKILL.md · Generate a custom checklist for the current feature based on user requirements.
git:20260702.fb0f02d · audit A · 178 stars
speckit-checklist skill
pisberg/vibetags · .claude/skills/speckit-checklist/SKILL.md · Generate a custom checklist for the current feature based on user requirements.
git:20260920.e596793 · audit A · 25 stars

Browse by kind, by grade A, or by owner.