CodingCossack
@CodingCossack
Public Skills
finishing-a-development-branch
by CodingCossack
Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.
brainstorming
by CodingCossack
Collaborative design exploration that refines ideas into validated specs through iterative questioning. Use before any creative work including creating features, building components, adding functionality, or modifying behavior.
writing-plans
by CodingCossack
Structured implementation planning for multi-step development tasks. Use when you have a spec or requirements and need to break work into executable steps.
using-superpowers
by CodingCossack
Meta-skill enforcing skill discovery and invocation discipline through mandatory workflows. Use when starting any conversation to check for relevant skills before any response, ensuring skill-first workflow before proceeding.
test-driven-development
by CodingCossack
Red-green-refactor development methodology requiring verified test coverage. Use for feature implementation, bugfixes, refactoring, or any behavior changes where tests must prove correctness.
executing-plans
by CodingCossack
Disciplined plan execution for implementation tasks. Use when executing a saved implementation plan, following step-by-step instructions from a plan document.