GanyuanRan
- 21 skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌ Recording Architecture Decisions · ganyuanranUse when the user asks to create, write, update, amend, supersede, or evaluate an ADR, architecture decision record, durable architecture decision, decision log, or baseline sync after architecture-changing work.
- ▌ Finishing A Development Branch · ganyuanranUse when verified work needs integration or cleanup of an existing task-created branch/worktree, or the user explicitly requests merge, PR, or branch lifecycle handling.
- ▌ Verification Before Completion · ganyuanran bundleUse when about to claim work is complete, fixed, passing, verified, release-ready, or ready to commit, merge, publish, or hand off.
- ▌ Establishing Project Context · ganyuanran bundleUse when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.
- ▌ Dispatching Parallel Agents · ganyuanranUse when facing 2+ independent tasks without a written plan, with no shared state or sequential dependencies, where parallel delegation beats inline cost; otherwise inline. Planned tasks use subagent-driven-development.
- ▌ Subagent Driven Development · ganyuanran bundleUse when executing a written implementation plan with independent tasks in the current session where delegation beats inline coordination cost; otherwise inline. Ad-hoc 2+ tasks without a plan use dispatching-parallel-agents.
- ▌ Anti Entropy Governance · ganyuanranUse when touching retiring old logic, collapsing duplicate owners, removing fallbacks, or schema/persistence/source-of-truth boundaries; identify opportunities automatically; destructive execution requires explicit confirmation.
- ▌ Communicating Concisely · ganyuanranUse when the user asks for caveman mode, fewer tokens, brief responses, compressed communication, or otherwise explicitly requests a much shorter answer.
- ▌ First Principles Review · ganyuanranUse when asked for first-principles or Occam's-razor review, or when high-risk decisions involve competing constraints, fallback growth, duplicate owners, or architecture direction risk. Ordinary bug fixes stay on the fast path.
- ▌ Test Driven Development · ganyuanran bundleUse when the user explicitly requests strict or test-first TDD, or when the current conversation already contains an explicit `TDD Route: strict` decision from another Aegis workflow.
- ▌ Long Task Continuation · ganyuanranUse when a task is multi-step, may span context resets or sessions, uses subagents, or risks losing state before completion.
- ▌ Requesting Code Review · ganyuanran bundleUse when requesting independent code review, after implementation slices, before merging high-risk work, or when verification exposes evidence, baseline, architecture, compatibility, or retirement uncertainty.
- ▌ Receiving Code Review · ganyuanranUse when receiving code review feedback before implementing suggestions, especially when feedback is unclear, risky, disputed, or technically questionable.
- ▌ Systematic Debugging · ganyuanran bundleUse when encountering a bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Using Git Worktrees · ganyuanranUse when a coding task needs a concurrent checkout, unrelated dirty state blocks safe branch switching, or the user or repository explicitly requires a worktree.
- ▌ Executing Plans · ganyuanranUse when executing a written implementation plan across sessions or with review checkpoints. Small or single-slice plans stay inline. For same-session independent tasks, use subagent-driven-development instead.
- ▌ Writing Skills · ganyuanran bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment
- ▌ Brainstorming · ganyuanran bundleUse when defining ambiguous or high-complexity new features, product behavior, UI/component design, architecture choices, contract changes, or when grilling/pressure-testing a plan or design. Routine small requests stay on the fast path.
- ▌ Writing Plans · ganyuanran bundleUse when you have an approved spec or written requirements for a multi-step task that needs a durable plan document before touching code. Small, single-owner, or fast-path tasks do not need this skill.
- ▌ Using Aegis · ganyuanran bundleRoutes requests to Aegis skills based on intent, loading relevant skills for debugging, planning, and goal framing while keeping fast-path responses lightweight.