feature-workflow skillB
feature-workflow is agent-read markdown (skill) from alexschlessinger/polly: End-to-end feature development — grill the user into an approved spec, fan out research into an implementation plan, then implement in parallel dependency waves with review and integration.
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
# Feature workflow
Three phases with a hard human gate before implementation. All artifacts live
in `docs/features/<name>.md` (`<name>` is kebab-case) inside the project, so
they survive context trimming and can be committed. The two workflow scripts
ship in this skill directory; run each with `workflow_run({"skill":
"feature-workflow", "path": "<script>.js", "input": "<JSON>"})` and the host
reads the file. Never pass a script's text as `source` — a retyped copy
differs from the file — and never spawn agents to execute one.
## Phase 1 — Brainstorm and grill (interactive, you and the user)
This phase is a conversation, not a form. One topic per message; follow up on
vague answers instead of moving on. Cover, in roughly this order:
- **Problem**: what hurts today, who feels it, what breaks if we do nothing.
- **Scope**: goals and explicit non-goals. Push for non-goals — "everything
else" is not an answer.
- **Design**: proposed shape, alternatives considered and rejected (and why),
compatibility with existing behavior, new configuration surface.
- **Edge cases and failure modes**: empty inputs, errors, concurrency,
…Read the whole file at its exact version.
How to install
mdr add alexschlessinger/polly/feature-workflow@git:20260918.abebcecmdr add alexschlessinger/polly/feature-workflow@sha256:b21421998dd17f0ePin 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.
[](https://markdownregistry.com/a/art_szpq5nycz3kugb2g)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260918.abebcec latest | 2026-09-18 | abebcec | 8,518 B | B | view · diff |
| git:20260918.59cb650 | 2026-09-18 | 59cb650 | 7,904 B | B | view · diff |
| git:20260918.bb7cecf | 2026-09-18 | bb7cecf | 7,688 B | B | view · diff |
| git:20260918.9dbc0f3 | 2026-09-18 | 9dbc0f3 | 7,171 B | B | view · diff |
| git:20260918.6901ca8 | 2026-09-18 | 6901ca8 | 5,796 B | B | view |
Audit of the latest version
- fail: No script tag (matched: <script)
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (8518 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
Source
alexschlessinger/polly · 3 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_szpq5nycz3kugb2g GET https://markdownregistry.com/api/v1/resolve?ref=alexschlessinger/polly/feature-workflow GET https://markdownregistry.com/api/v1/blob/b21421998dd17f0e5af890cf02e21b8bfb7fe57b38ac1be9628c3d55948ad56c
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 alexschlessinger/polly
Every file in alexschlessinger/polly