doubleuuserdoubleuuserCommunityยท5 Agent Skills Included

rlm-workflow

Stage-gated development workflow with TDD and systematic debugging

Runs structured software development through sequential phases from requirements to manual QA sign-off. Enforces test-first coding, root cause debugging, and isolated git worktrees to prevent main branch pollution. Locks every phase artifact with hash verification so nothing gets skipped or silently changed. Keeps plans and decisions in repo files instead of chat context for full traceability.
npx skills add doubleuuser/rlm-workflow --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install rlm-workflow?โ–ผ

Run `npx skills add doubleuuser/rlm-workflow --all -g -y` in your terminal to install the full workflow globally.

What problem does rlm-workflow solve?โ–ผ

It prevents context rot and requirement drift by storing requirements, plans, and decisions in repo files instead of chat history, with strict phase gates between each development step.

How does rlm-workflow enforce TDD?โ–ผ

It requires a failing test before any production code in Phase 3, and every implementation must document its RED-GREEN-REFACTOR cycles in a compliance log before the phase can be locked.

Does rlm-workflow protect the main branch?โ–ผ

Yes. It automatically creates an isolated git worktree for every run and blocks work on main or master unless you give explicit documented consent.

Can rlm-workflow run phases in parallel?โ–ผ

Yes. When subagents are available, it dispatches parallel implementer and testing subagents for independent sub-phases, with automatic fallback to sequential execution.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’