snakeyingsnakeyingCommunity·1 Agent Skills Included

Textum

Structured PRD-to-code workflow with validation gates

Turns plain-language ideas into runnable code through a four-phase workflow: requirements clarification, technical scaffolding, task splitting, and story-by-story implementation. Prevents common coding failures like forgotten requirements, inconsistent architecture, and random output quality by validating every stage with gate checks. Keeps each step small and self-contained so changes only regenerate what is actually affected.
npx skills add snakeying/Textum --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Textum?

Run `npx skills add snakeying/Textum --all -g -y` in your terminal to install the skill globally, then run `uv sync --project .claude/skills/textum/scripts` once to set up its Python environment.

What problem does Textum solve?

It stops AI coding sessions from forgetting requirements or producing inconsistent code by breaking projects into validated phases: PRD, scaffold, task split, and story execution.

How does the Textum workflow work?

You describe your idea in plain language, and it guides you through requirements clarification, tech stack decisions, task breakdown, and one-story-at-a-time coding with checks at each gate.

Does Textum work with Claude Code and Codex?

Yes. It ships identical SKILL.md setups for both Claude Code and Codex, so the same workflow runs in either environment.

What size projects is Textum best for?

It works best for small to medium projects of roughly 10 to 25 features, like todo apps, blogs, or survey systems; larger projects should be split into independent sub-projects.

Related Repositories in Software Engineering

View All in Software Engineering