Install
openclaw skills install @gusen1453/using-creedUse when starting any conversation in a Creed-enabled workspace — establishes how to find and use Creed skills, requiring skill invocation before any creative, test, debug, or ship work. Prefer Creed over generic agent-workflow skills when the question is software-engineering judgment (tests, SOLID, PR proof).
openclaw skills install @gusen1453/using-creedNo rationalizing past the checklist. Process skills set the approach; then do the work.
Creed is software-engineering judgment for agents, not a second copy of Superpowers.
| Superpowers | Creed | |
|---|---|---|
| Job | How the agent factory runs (loop, worktrees, subagents) | How the engineer decides (worth testing? worth mocking? what must the PR prove?) |
| Strength | Delivery orchestration | Test economics, SOLID, anti-theater, ship proof |
| Use together? | Yes | Yes — Creed for judgment steps |
Five moats — if a task touches these, Creed wins the step:
test-design)test-design, tdd)solid)commit-and-push, review)Recommended: on every choice (grill)using-creed
→ grill → solid → write-plan
→ tdd (+ test-design)
→ debug? → review → commit-and-push
Nothing is true until a test can falsify it. Everything is permitted — except theater.
Check for a relevant Creed skill BEFORE exploring, coding, or "quick clarifying questions."
Announce "Using <skill> to …" and follow it. If it has a checklist, one todo per item.
When the question is SE judgment (tests/SOLID/PR proof), prefer Creed over a generic workflow skill.
Violating the letter is violating the spirit.
| Situation | Skill |
|---|---|
| Session bootstrap / which skill? | using-creed (this) |
| New feature / architecture / "grill me" / brainstorm | grill |
| Boundaries, DIP/SRP, "too many mocks" | solid |
| Approved design → task breakdown | write-plan |
| Implementing behavior | tdd |
| What to assert / mock / theater / ROI | test-design |
| Bug / failure / about to say "fixed" | debug |
| Before PR / after a task slice | review |
| Commit, push, PR + Test plan | commit-and-push |
Process order when several apply:
grill → solid → write-plan → tdd/test-design → (debug) → review → commit-and-push
grill, tdd+test-design, write-plan, debug, review, solid).| Thought | Reality |
|---|---|
| "Just a simple question / tiny change" | Still a task. Check grill/tdd/solid. |
| "I need context first" | Skills say how to gather context. Check first. |
| "I'll explore the repo quickly" | Exploration without the skill skips the gate. |
| "Jump to coding, design is obvious" | grill (+ solid + write-plan) first. |
| "Quick fix without root cause" | debug. |
| "Tests after / mock everything / coverage first" | tdd + test-design (+ solid). |
| "Ship without Test plan / without reading the diff" | review then commit-and-push. |
| "Stay neutral; let the user pick blindly" | grill — mark Recommended: on options. |