Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:12
forks:2
updated:May 6, 2026 at 17:54
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | write-test |
| description | Write a failing test body for one BDD example |
Available knowledge: [[software-craft/tdd]], [[software-craft/test-design]], [[software-craft/smell-catalogue]], [[software-craft/object-calisthenics]], [[software-craft/solid]]. in artifacts: read all before starting work.
@id from the feature file: order by fewest dependencies first per [[software-craft/tdd#concepts]]. IF the @id belongs to a structural (invariant) Rule → also generate a Hypothesis property test in tests/unit/ per [[software-craft/test-design#concepts]], using the counterexamples surfaced by the behavior pre-mortem per [[requirements/pre-mortem#concepts]].task test-fast to confirm the test fails for the right reason (RED) per [[software-craft/tdd#key-takeaways]].