River Kang avatar

River Kang

Community

@kangjuhyup

3Followers
|
27Public Repos
|
15Published Skills

River Kang publishes a Superpowers skill suite enforcing disciplined software engineering practices: TDD, systematic debugging, git worktree isolation, code review, and plan-driven execution.

Skills Distribution
DomainDeveloper To...Software Engineeri.. (40%)Testing & Debugging (25%)Code Review & Veri.. (20%)Planning & Task Or.. (15%)

Agent Skills by River Kang

Showing 15 vetted skills indexed across 1 GitHub repositories.

kangjuhyupkangjuhyup

scoped-superpowers

Routes project tasks to scoped workflow references based on size and risk.

Community
Intermediate
kangjuhyupkangjuhyup

using-git-worktrees

Creates isolated git worktree workspaces with native tool detection and baseline test verification.

Community
Intermediate
kangjuhyupkangjuhyup

test-driven-development

Enforces red-green-refactor test-driven development workflow before writing implementation code.

Community
Intermediate
kangjuhyupkangjuhyup

systematic-debugging

Guides root cause investigation through a four-phase debugging process before proposing fixes.

Community
Advanced
kangjuhyupkangjuhyup

using-superpowers

Enforces skill discovery and invocation before any AI agent response or action.

Community
Intermediate
kangjuhyupkangjuhyup

dispatching-parallel-agents

Dispatches independent tasks to parallel subagents with focused prompts and isolated contexts.

Community
Intermediate
kangjuhyupkangjuhyup

executing-plans

Executes written implementation plans task-by-task with review checkpoints and verification steps.

Community
Intermediate
kangjuhyupkangjuhyup

finishing-a-development-branch

Guides merging, pushing, or keeping a completed Git branch with worktree cleanup.

Community
Advanced
kangjuhyupkangjuhyup

brainstorming

Guides collaborative design exploration and spec writing before any code implementation begins.

Community
Advanced
kangjuhyupkangjuhyup

writing-plans

Generates detailed multi-task implementation plans from specs with TDD steps and file mappings.

Community
Intermediate
kangjuhyupkangjuhyup

requesting-code-review

Dispatches a code reviewer subagent to evaluate git diffs against requirements before merging.

Community
Intermediate
kangjuhyupkangjuhyup

receiving-code-review

Guides verification and implementation of code review feedback with technical rigor.

Community
Intermediate
kangjuhyupkangjuhyup

writing-skills

Create and test agent skills using TDD-style pressure scenarios with subagents.

Community
Advanced
kangjuhyupkangjuhyup

verification-before-completion

Requires running verification commands and checking output before claiming work is complete.

Community
Basic
kangjuhyupkangjuhyup

subagent-driven-development

Executes implementation plans by dispatching fresh implementer and reviewer subagents per task.

Community
Advanced

Frequently Asked Questions About River Kang

FAQPage Schema
What tasks can I accomplish with River Kang's Superpowers skills?

You can enforce test-driven development before writing code, debug failures systematically, isolate feature work in git worktrees, write and execute implementation plans with review checkpoints, dispatch independent tasks in parallel, and request or receive rigorous code reviews before merging.

Who should use the Superpowers skill suite?

Software engineers and coding practitioners handling medium, large, or high-risk project tasks benefit most. It suits developers who want enforced discipline around brainstorming, planning, TDD, debugging, verification, and branch integration rather than ad-hoc edits.

How do the skills work together in practice?

The using-superpowers skill establishes skill discovery at conversation start. Brainstorming and writing-plans precede coding, git worktrees isolate the workspace, TDD and systematic debugging govern implementation, and verification-before-completion plus code review skills gate merging and PR creation.

When should I NOT invoke these skills?

Skip them for simple questions, status or file lookups, localized routine edits, direct verification, and routine commits. The scoped-superpowers skill explicitly restricts usage to medium, large, or high-risk tasks where structured guidance and parallel independent workstreams add value.

What prerequisites do these skills require?

Skills are invoked through the using-superpowers entry point, which mandates skill invocation before any response. Git worktree isolation relies on native workspace tooling with a git worktree fallback; no other external dependencies are specified in the manifest.