claudeers.
// Claude Skills

Textum

Structured workflow that stops AI from forgetting your requirements. 4 phases with validation gates. Not smarter AI, just controllable process. Weave ideas i…

// Claude Skills[ api ][ web ][ claude ]#claude#claude-code#claude-skill#codex#codex-skill#skills#vibe-codingMIT$open-sourceupdated 28 days ago
Dormant
41/100
last commit 7 months ago
last release none
releases 0
open issues 0
// star history+1 this week (+2.5%)

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

⚠ Unverified source (community-unclaimed, low activity) — reveal the prompt
⚠ Unverified source (community-unclaimed, low activity). Inspect the repo before letting your agent install it.

Install and set up Textum (git-clone project) into my current project.
Found on https://claudeers.com/textum
Repo: https://github.com/snakeying/Textum
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/snakeying/Textum
Category: skills. Platforms: api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
dormant; community-verified: false. Confirm the source before running anything.
// or clone · unverified · not recently updated
git clone https://github.com/snakeying/Textum

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

🕸️ Textum

Weave your ideas into runnable code

A workflow that helps AI make fewer mistakes
Not by making AI smarter, but by making the process more controllable


English | 中文

⚠️ Note: The old commands version is deprecated and no longer supported. Only the skill version is currently supported.

🤔 What's this all about?

Ever run into these problems?

  • 💬 You spend ages explaining requirements to AI, only for it to forget what you said halfway through
  • 🔄 One tiny requirement change and suddenly you're rewriting everything
  • 🎲 Every generation is a roll of the dice — quality is pure luck

That's exactly what Textum is here to fix.

It won't make AI any smarter, but through structured workflow and validation, it helps AI avoid the kind of mistakes that shouldn't happen in the first place.


✨ How does it work?

Just describe your idea in plain language. Textum breaks the whole thing down into 4 phases:

Step 1: 📝 Requirements Clarification (PRD)

"So, what are we building?"

AI chats with you to turn fuzzy ideas into a clear requirements doc. Every feature gets a number (like FEATURE-001) — no more repeating yourself later.

Step 2: 🏗️ Technical Decisions (Scaffold)

"What's the tech stack? How do we structure this?"

Lock down the architecture, pick your technologies, define the modules. This creates a "global context" that keeps all the coding consistent.

Step 3: 🧩 Task Breakdown (Split)

"What's the game plan?"

Break requirements into bite-sized tasks (Stories) — think sticky notes. One Story, one job. Finish it, then move on.

Step 4: 💻 Code Implementation (Story)

"Let's write some code!"

AI tackles one Story at a time, laser-focused without distractions. Each Story gets validated when done — no drifting off course.

⚠️ Experimental: Story Full Exec supports batch execution of multiple Stories (sequential, no rollback). This feature is experimental — use at your own discretion. ⚠️


🎯 Why all these steps?

Picture this: you hand AI a 10-page requirements doc and say "build it all." What happens?

By feature #5, AI has already forgotten what fields were in feature #1. 😅

It's not that AI is dumb — it just has limited "memory." The more info you throw at it, the easier it loses track.

That's why Textum's philosophy is simple: Less is more

The Old WayThe Textum Way
Dump all requirements on AI at once📦 Feed it phase by phase, only what's needed now
Keep saying "you know, that login API thing"🔗 Just say API-001 — short and unambiguous
One requirement change = regenerate everything🎯 Only regenerate what's actually affected

📏 What kind of projects work best?

Project SizeFeature CountWhat to ExpectExamples
🌱 Small10-15✅ Solid resultsExpense tracker, todo app, personal notes
🌿 Medium15-25✅ Solid resultsSimple blog, survey system
🌳 Larger25-35⚠️ Needs human reviewMulti-role admin panel, booking platform

💡 Even bigger? Split it into independent sub-projects and run each through Textum separately.

Simulation Test Reports

SKILL version test reports:

⚠️ (Tests below are based on the old commands version using Claude Opus 4.5. Note: commands version is deprecated, for reference only)

❌ When Textum isn't the right fit

  • Need it done yesterday: Textum takes time to run through the workflow — not great for "hotfix and ship NOW"
  • Dead simple tasks: Like "make this button red" — just do it, don't overthink it
  • No idea what you want: If you can't describe it, Textum can't help 😅

🚀 Getting Started

1️⃣ Install uv

# macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

# Or via package manager
brew install uv  # macOS
pip install uv   # any platform

💡 What's uv? A blazing-fast Python package manager (think npm, but for Python)

2️⃣ Initialize the project

In your project root:

# For Codex users
uv sync --project .codex/skills/textum/scripts

# For Claude Code users
uv sync --project .claude/skills/textum/scripts

✅ This automatically:

  • Checks your Python version (needs >= 3.11)
  • Creates an isolated virtual environment (keeps your project clean)
  • Installs all dependencies

3️⃣ Start building

Fire up your AI assistant (Codex/Claude Code) and say:

"I want to start a new project with Textum"

AI will walk you through the rest 🎯

👉 Want the technical deep-dive? Check out Workflow


🕸️ Why "Textum"?

"The Machine's true power was never in any single judgment, but in weaving scattered people, events, and time into a web." — A tribute to Person of Interest

On their own, individual pieces of information mean nothing. Woven together, patterns emerge.

Textum is Latin for "something woven into a whole." That's exactly what this project does: it doesn't create intelligence — it weaves requirements, context, and storylines together.

Once the web is complete, the path forward reveals itself.


🙏 Found it useful?

  • Star the repo — Help others find it
  • 🐛 Open an Issue — Let me know what could be better
  • 💬 Share your story — Might turn it into a case study

Thanks! 🎉


📜 License

Star History Chart

// faq

What is Textum?

Structured workflow that stops AI from forgetting your requirements. 4 phases with validation gates. Not smarter AI, just controllable process. Weave ideas into code that actually works.. It is open-source on GitHub.

Is Textum free to use?

Textum is open-source under the MIT license, so it is free to use.

What category does Textum belong to?

Textum is listed under skills in the Claudeers registry of Claude-compatible tools.

1 views
41 stars
unclaimed
updated 28 days ago

// embed badge

Textum on Claudeers
[![Claudeers](https://claudeers.com/api/badge/textum.svg)](https://claudeers.com/textum)

// retro hit counter

Textum hit counter
[![Hits](https://claudeers.com/api/counter/textum.svg)](https://claudeers.com/textum)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how Textum connects across the ecosystem