faffter-noon-methodology-thematic

Orders and diagnoses tracker backlogs from dependency-graph topology without opinionated delivery judgement.

3|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/shftwst/faff --skill faffter-noon-methodology-thematic-shftwst
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: faffter-noon-methodology-thematic
Source: https://github.com/shftwst/faff/tree/main/plugin/skills/faffter-noon-methodology-thematic
Command: npx skills add https://github.com/shftwst/faff --skill faffter-noon-methodology-thematic-shftwst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams running autonomous delivery loops need a zero-config baseline that decides what to build next, what is ready to promote, and what is structurally broken in the backlog — without injecting opinionated methodology bias. This Skill answers those questions purely from the tracker dependency graph. ## Core Features & Use Cases - Graph-derived ordering: Ranks issues by priority then chainable unlock value (live blocker edges only), with optional PRD-distance composition as a within-band tiebreaker. - Backlog diagnostics: Detects dependency cycles, ghost-project pointers, repeat-park patterns, splittable specs, and chain gaps, with conservative mechanical fixes gated by appetite. - Delivery outputs: Provides promotion-readiness checks, ticket shaping from discovery briefs, standup digests, horizon assignment, build-queue assembly, run-termination policy ladders, crank-up sets, PRDR authoring, and YAGNI judgement. - Use Case: During an unattended L3 drain run, the orchestrator requests build-queue to get a conflict-analysed, wave-structured work order, then calls backlog-diagnostics to demote repeat-parked issues and surface chain gaps before the next wave starts. ## Quick Start Configure the methodology slot to faffter-noon-methodology-thematic and request the pick-ordering output to rank your tracker backlog by unlock value.

Frequently Asked Questions about faffter-noon-methodology-thematic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does the thematic methodology order a backlog?▼

Backlog ordering uses priority first, then chainable unlock value — the count of direct and transitive dependents over live blocker edges only. Ties break by creation order, oldest first. An optional PRD-distance map can reorder within priority bands but never across them.

What backlog problems does backlog-diagnostics detect?▼

It detects dependency cycles, ghost-project pointers to nonexistent containers, repeat-park patterns, splittable specs, chain gaps (sub-ticket, upstream, downstream, peer), and orphaned-plus-repeat-parked issues. Detection is conservative: when in doubt, it does not flag.

Does the thematic lens auto-fix detected backlog problems?▼

Some fixes auto-apply per appetite: stripping defensive cycle edges, repointing ghost-project pointers, and demoting repeat-parked issues to Backlog with a tag. Splittable specs and orphaned issues are surface-only, and chain gaps auto-create tickets only at higher appetite.

When should I use the thematic methodology instead of the agile lens?▼

Use the thematic lens as the zero-config default when you want pure graph-derived answers with no delivery philosophy. Choose an opinionated lens like agile when you need issue-critique output with right-sizing, workstream, and risk judgement, which the thematic lens deliberately does not answer.

Can the thematic methodology write to the tracker directly?▼

No. Outputs like ticket-shaping and prdr-author only propose structure; the orchestrator creates tickets and routes PRDR admission. The methodology never calls prdr admit and never writes tracker state itself.