Home / alexschlessinger / polly · skills/builtin/feature-workflow/SKILL.md · GitHub

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

Latest version
mdr add alexschlessinger/polly/feature-workflow@git:20260918.abebcec
Exact content
mdr add alexschlessinger/polly/feature-workflow@sha256:b21421998dd17f0e

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_szpq5nycz3kugb2g.svg)](https://markdownregistry.com/a/art_szpq5nycz3kugb2g)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.abebcec latest2026-09-18 abebcec 8,518 BB view · diff
git:20260918.59cb6502026-09-18 59cb650 7,904 BB view · diff
git:20260918.bb7cecf2026-09-18 bb7cecf 7,688 BB view · diff
git:20260918.9dbc0f32026-09-18 9dbc0f3 7,171 BB view · diff
git:20260918.6901ca82026-09-18 6901ca8 5,796 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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

polly-tui skill
alexschlessinger/polly · .agents/skills/polly-tui/SKILL.md · Capture the polly TUI as PNGs — play a scenario of typed input, keys and shots through polly's own off-screen renderer…
git:20260923.18c8cb7 · audit A · 3 stars
AGENTS.md agents
alexschlessinger/polly · AGENTS.md
git:20260921.a11e025 · audit A · 3 stars
sandbox-setup skill
alexschlessinger/polly · skills/builtin/sandbox-setup/SKILL.md · Prepare native build environments during /sandbox-init, using existing toolchains and persistent isolated storage…
git:20260920.5a1bdd2 · audit A · 3 stars
simplify skill
alexschlessinger/polly · skills/builtin/simplify/SKILL.md · Clean up recently changed code without changing its behavior — parallel read-only reviewers look for missed reuse…
git:20260918.5961548 · audit A · 3 stars
theme-designer skill
alexschlessinger/polly · skills/builtin/theme-designer/SKILL.md · Author and apply a color theme for the running session with the set_theme tool, persisting it to ~/.pollytool/themes…
git:20260918.ef81e6a · audit A · 3 stars

Every file in alexschlessinger/polly

Other files named feature-workflow

feature-workflow skill
turbokach/claude-code-setup · skills/feature-workflow/SKILL.md · The user's six-stage feature pipeline (discuss → plan in native plan mode → validate + approve → delegated execute →…
git:20260923.7ddafe9 · audit A · 10 stars

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