org-gtd.el
Structured define, design, implement, test, and refactor workflow
All Skills in This Repository (5)
Pure Emerald Level Indicatorstest-driven-development
Automate RED-GREEN-REFACTOR cycles with BD-managed TDD workflows.
using-superpowers
Check for applicable skills before responding to user messages.
executing-plans
Translate implementation plans into epics and tasks with dependency-aware sequencing.
writing-skills
Apply test-driven development cycles to author and validate SKILL.md files.
subagent-driven-development
Dispatch per-task subagents and enforce two-stage reviews for plan execution.
Frequently Asked Questions
FAQPage SchemaHow to install org-gtd.el skills?โผ
Run `npx skills add Trevoke/org-gtd.el --all -g -y` in your terminal to install all skills in this suite globally.
What does this skill workflow do?โผ
It walks your agent through a full development pipeline: define requirements, architect a design, implement with TDD, run adversarial QA, and refactor safely.
How do I run the test suite?โผ
Use the test skill, which calls the included run-tests.sh script and returns a clean pass/fail summary instead of noisy raw output.
Does this work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and load directly in Claude Code and other compatible coding agents.
Do I need Emacs knowledge to use these skills?โผ
No. The skills describe a general software workflow, though the included test commands are tailored to this Emacs Lisp project.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core