newkayak12
- 146 skills
- 0 followers
- 12 hours ago last updated
- ▌ Fallacy Detector · newkayak12Use when someone presents a chain of reasoning or a story explaining why something happened, and the logic may have a structural flaw or the narrative may be too tidy. Covers logical fallacies (false dichotomy, post hoc, straw man) and narrative...
- ▌ Clean Architecture · newkayak12 bundleUse when designing layered architectures, separating concerns across boundaries, implementing ports and adapters, or when business logic is leaking into frameworks and the codebase feels tangled. Triggers on: "의존성 규칙", "레이어 아키텍처".
- ▌ Database Optimizer · newkayak12 bundleUse when database slowness stems from infrastructure concerns rather than query authoring: server memory and I/O configuration, connection pooling, lock contention, VACUUM and statistics maintenance, partitioning design, or cloud-managed database...
- ▌ Frontend Developer · newkayak12 bundleUse when someone needs to build or fix UI — React components, page layouts, client-side interactivity, data-fetching hooks, styling, or form handling. Defaults to Next.js App Router, TypeScript, and Tailwind. Triggers on: "build a React component".
- ▌ Ontology Builder · newkayak12Use when designing or refining an ontology for a knowledge system: domain concepts, classes, relationship semantics, constraints, controlled vocabularies, reasoning rules, and mappings to graph/RAG/vault artifacts.
- ▌ Adr Writer · newkayak12 bundleUse when capturing an architectural decision as an ADR — after a Design Review or from raw context. Triggers: "ADR 써줘", "이 결정 ADR로", "write an ADR", "document this decision". Fixed template; Decision must be declarative ("~를 채택한다").
- ▌ Question Upgrader · newkayak12Use when someone is asking a question that is too narrow, too closed, or based on a hidden assumption that may be wrong. Upgrades weak questions and generates meta-questions to check whether the right question is even being asked.
- ▌ Flaky Test Analyzer · newkayak12 bundleUse when tests pass locally but fail in CI, pass some runs and fail others, or someone suspects a test is unreliable but cannot reproduce the failure consistently. Diagnoses root causes and provides concrete fixes. Triggers on: "flaky test".
- ▌ Operations Workflow · newkayak12Use when preparing a service for production, hardening a flaky system, or building lasting operational improvements after an incident. Triggers on: "production readiness review", "going to prod", "pre-launch ops check", "system hardening", "운영 준비".
- ▌ Render Graph View · newkayak12 bundleUse when rendering a knowledge graph or Graph View dataset as an interactive, Obsidian-inspired standalone HTML visualization. Reads the knowledge plugin's nodes.jsonl and edges.jsonl artifacts; does not extract or invent graph relationships.
- ▌ Portfolio Company · newkayak12Use when someone wants to know which companies or company types their portfolio would appeal to — without a specific JD in hand. Triggers on: "which companies fit my portfolio", "where should I apply", "어느 회사에 잘 맞아?", "네이버 지원하려는데 어때?", "어디 써볼 만해?".
- ▌ Portfolio Pattern · newkayak12Use when someone wants to understand the writing patterns in their portfolio — not what it says but how it reads: passive voice ratio, subject audit, number density, and decision visibility. Triggers on: "패턴 분석해줘", "오너십이 잘 드러나나", "피동형 많이 썼나".
- ▌ Portfolio Rewrite · newkayak12Use when someone wants to rewrite specific portfolio sections into stronger, senior-level statements — showing Before/After with explanations. Triggers on: "이 문장 고쳐줘", "이 부분 어떻게 쓰면 좋아", "더 잘 쓰는 법", "임팩트 있게 바꿔줘", "rewrite this portfolio section".
- ▌ Technical Blog Writer · newkayak12Use when writing a technical blog post about something built, fixed, or learned. Triggers on: "기술 블로그 써줘", "개발 블로그", "technical blog", "글 쓰고 싶은데 어떻게 시작해?", "이 경험 블로그로 쓰고 싶어", "engineering post", "회고 글", "튜토리얼 써줘", "개발 경험 공유".
- ▌ Agent Task Decomposer · newkayak12Use when a task is too large or ambiguous to hand to a single agent without first defining clear subtask boundaries. Triggers on: "큰 작업 분해해줘", "에이전트 분리해줘", "subtask로 나눠줘", "task decomposition", "이 작업 어떻게 나눠야 해?", "agent에게 어떻게 전달해?", "병렬 작업 계획 잡아줘".
- ▌ Epistemic Reasoner · newkayak12 bundleUse when someone states something with more certainty than the evidence supports, or when an analogy is doing the main argumentative work. Two instruments: calibrate what confidence level the evidence actually warrants, and stress-test whether...
- ▌ Dev Quality Workflow · newkayak12Use when starting a new feature or system from scratch and wanting to follow a full quality engineering process — from architecture through to incident readiness. Triggers on: "dev quality process", "새 기능 처음부터 제대로", "개발 품질 전체", "full dev cycle".
- ▌ Dockerfile Optimizer · newkayak12 bundleUse when someone shares a Dockerfile and needs it improved for build speed, image size, or security. Triggers on: "도커 최적화", "이미지 크기", "빌드 시간", "컨테이너 최적화", "Dockerfile", "docker optimize", "이거 좀 봐줘" (when a Dockerfile is pasted)
- ▌ Domain Driven Design · newkayak12 bundleUse when aligning code structure with business concepts, designing service boundaries, or when domain experts and developers cannot agree on what things mean. Triggers on: "도메인 모델링", "바운디드 컨텍스트", "DDD", "domain-driven design", "bounded context".
- ▌ Pragmatic Programmer · newkayak12 bundleUse when reflecting on engineering practices, identifying systemic problems in a codebase, deciding how to approach technical debt, or asking what a pragmatic engineer would do in a given situation. Triggers on: "DRY 원칙", "기술 부채".
- ▌ Spring Boot Engineer · newkayak12 bundleUse when someone needs to build or extend a Java backend using the Spring ecosystem — wiring up a new REST API, configuring security and authentication, connecting to a database via JPA, or setting up reactive endpoints with Spring Boot 3.x.
- ▌ Knowledge Workflow · newkayak12Use when building a knowledge vault end to end, or when eval and competency questions keep failing and the retrieval fix has to be measured — routes catalog, graph, RAG, index, and repair as one loop with a stop condition.
- ▌ RAG Corpus Builder · newkayak12Use when preparing a retrieval-augmented generation corpus from code, documents, notes, tickets, or mixed sources by chunking, adding metadata, preserving citations, and designing retrieval/evaluation checks.
- ▌ Post Launch Retrospective · newkayak12Use after a feature or product launch to formally close the cycle: validate the original hypothesis, analyze which metrics moved, document learnings, and decide what to do next. Triggers on: "출시 후 회고", "런칭 결과 분석", "피처 성과 리뷰", "post-launch review".
- ▌ Portfolio Feedback · newkayak12 bundleUse when someone shares a developer portfolio and wants interviewer-grade feedback: screen verdict, whether numbers and skills hold up, whether it reads at the claimed level. Triggers: "포트폴리오 피드백 해줘", "서류 통과할까", "숫자 근거 있어?", "시니어로 읽혀?", "고친 버전 비교".
- ▌ Deep Thinking Workflow · newkayak12Use when you need to think through a complex problem systematically — generating ideas, stress-testing them, and converging on a decision. Triggers on: "think workflow", "깊이 있게 생각해보자", "아이디어를 체계적으로 검토", "structured thinking", "체계적 사고 프로세스".
- ▌ Examined Life · newkayak12Use when someone wants to look at their life from a distance — not a specific decision, but the whole shape of it. Especially suited to life transitions, major milestones, or the feeling of running on autopilot. Triggers on: "삶을 돌아보고 싶어".
- ▌ Flow Antigoal · newkayak12Use when someone wants to design their life or work more intentionally — by finding what creates deep engagement (flow) or getting clearer on what to eliminate (anti-goals). Triggers on: "몰입", "flow", "하기 싫은 것", "anti-goal", "원하지 않는 것", "몰입 조건".
- ▌ Architecture Designer · newkayak12 bundleUse when someone needs to make or document architectural decisions from scratch — choosing between system topologies (monolith vs. microservices), writing ADRs, evaluating scalability trade-offs, or selecting database and infrastructure patterns.
- ▌ Architecture Workflow · newkayak12Use when designing a system from scratch, evaluating a monolith-to-MSA migration, or needing a structured end-to-end architecture process from domain discovery to documentation. Triggers on: "system architecture from scratch".
- ▌ Circuit Breaker Tuner · newkayak12 bundleUse when a slow or failing downstream service is causing upstream latency, thread exhaustion, or outages — and you need to configure or tune circuit breakers, bulkheads, timeouts, and fallbacks to prevent cascading failures. Triggers on:.
- ▌ Connection Pool Tuner · newkayak12Use when an application shows intermittent database connection failures, API latency that spikes under traffic, or pool exhaustion errors — and you need to diagnose and tune connection pool settings (HikariCP, pgBouncer, or similar).
- ▌ Portfolio Interview · newkayak12Use when someone wants to practice defending their work in a realistic mock interview — the interviewer asks questions grounded in the actual portfolio, evaluates answers, and gives coaching feedback. Triggers on: "모의 면접 해줘", "인터뷰 연습".
- ▌ Skill Quality Assurance · newkayak12 bundleUse when reviewing or quality-checking a skill before shipping. Runs 6 checks: usefulness, authoring, structure, MCP, weight, output quality. Triggers on: 스킬 검토, skill review, validate skill, 배포 전 검토.
- ▌ Skill Trigger Validator · newkayak12Use when a skill isn't triggering reliably on natural language or Korean input. Triggers on: "스킬이 트리거 안 돼", "skill not firing", "description 개선해줘", "한국어 트리거 추가해줘", "trigger coverage audit", "skill 발동 조건 점검", "description이 너무 keyword만 있어".
- ▌ Assumption Extractor · newkayak12Use when someone presents a plan, argument, or belief with confidence and its hidden dependencies have not been examined — surfacing factual, causal, value, and definitional assumptions, then ranking which ones would collapse everything if wrong.
- ▌ Mental Model Toolkit · newkayak12 bundleUse when someone is stuck on a problem and needs a different frame entirely, suspects they have blind spots, or has exhausted obvious solutions. Three instruments: choose the right mental model, systematically surface unknown unknowns, and break...
- ▌ Second Order Thinker · newkayak12Use when someone is evaluating a decision, policy, or action and the analysis focuses only on the immediate intended outcome. Maps downstream effects across five mechanisms and adds the temporal dimension — when effects actually hit.
- ▌ Tradeoff Articulator · newkayak12Use when someone is weighing options or making a decision where something is being given up. Makes the cost structure of each option explicit — including hidden axes — without picking a winner. Triggers on: "tradeoff", "트레이드오프", "장단점".
- ▌ Fear Inventory · newkayak12Use when the user is blocked by fear, avoiding something important, catastrophizing, or wants to understand what's really holding them back. Suitable when someone has insight about what they want but stays stuck — this almost always has a fear...
- ▌ Shadow Persona · newkayak12Use when someone is exploring the gap between who they present and who they actually are, or when strong reactions — disgust, envy, contempt toward others — might say something about themselves. Applies Jungian Persona and Shadow concepts.
- ▌ Documentation Strategy · newkayak12 bundlePlans and maintains a documentation system across architecture docs, API references, runbooks, and onboarding guides — producing a doc coverage map and writing or improving the highest-leverage missing content. Use when a codebase, API, or team...
- ▌ Sqlite Index Builder · newkayak12Use when building, rebuilding, refreshing, or syncing a local SQLite knowledge index from canonical Markdown plus catalog, RAG, and graph JSONL; not for querying an existing index or creating source artifacts.
- ▌ Customer Research Synthesis · newkayak12 bundleUse when raw qualitative research — interview notes, survey responses, session recordings — needs to become structured insights that drive decisions. Triggers on: "인터뷰 정리", "고객 인터뷰 분석", "리서치 결과 정리", "설문 분석", "VOC 정리", "UX research synthesis".
- ▌ User Story Mapping Workshop · newkayak12 bundleUse when someone wants to be guided interactively through building a story map — step by step through scope, personas, backbone activities, tasks, and release slices via adaptive questions. Triggers on: "walk me through story mapping".
- ▌ Ppt Keycolor Changer · newkayak12 bundleUse when the user wants to change, swap, or replace colors in a PPTX/PPT file. Also triggers on: PPT 키컬러 변경, 슬라이드 색상 교체, 브랜드 컬러로 교체, 색상 일괄 변경, ppt keycolor, 키컬러 교체, 브랜드 적용, 색상 전체 바꿔줘, 색상 스캔해줘, 팔레트 교체.
- ▌ Harness 2 · newkayak12Use when explicitly running the beta harness where Claude chooses Agent Team or Dynamic Workflow for a substantial request. Not the stable harness.
- ▌ 1 On 1 Ic · newkayak12Use when an individual contributor wants to get more value from 1-on-1s with their manager — preparing agendas, driving career conversations, surfacing blockers, and giving upward feedback. Triggers on: "1-on-1 prep", "how to use my 1-on-1 better".
- ▌ Values Explorer · newkayak12Use when someone is unclear about what actually matters to them, feeling torn between competing priorities, or agonizing over a choice where something important has to be sacrificed. Two moves: extract genuinely held values from behavioral...
- ▌ Microservices Architect · newkayak12 bundleUse when someone needs to design or evaluate a distributed system — decomposing a monolith, defining service boundaries with DDD, choosing between sync and async communication, or planning resilience and observability. Triggers on:.
- ▌ Test Driven Development · newkayak12 bundleUse when someone wants tests that prove a fix or feature actually works, not just tests that happen to pass — TDD, red-green-refactor, falsifiable tests. Triggers: "TDD", "테스트 먼저 작성", "test-first", "red-green-refactor".
- ▌ Knowledge Base Builder · newkayak12 bundleUse when turning code, docs, notes, or mixed sources into a small-to-moderate, query-efficient Markdown knowledge base with predictable folders, an AI lookup catalog, source-grounded summaries, and RAG-ready metadata.
- ▌ Pricing Monetization Strategy · newkayak12Use when deciding how to charge for a product, evaluating a shift from one pricing model to another, or when a GTM plan needs pricing addressed before launch. Triggers on: "가격 전략", "요금제 설계", "pricing model", "freemium vs free trial".
- ▌ Thinking Style Profiler · newkayak12Use when someone wants to understand their characteristic thinking style or why they think the way they do — mapping tendencies to actionable learning and working strategies. Triggers on: "thinking style", "내 사고 방식이 어떤지", "사고 패턴 파악".
- ▌ Leveling Ic · newkayak12Use when an IC wants to understand their current level, close gaps to the next level, and build a promotion-ready evidence portfolio. Triggers on: "what does senior mean in practice", "how do I get to staff", "promotion conversation with manager".
- ▌ Identity Explorer · newkayak12Use when someone is questioning who they are, feeling unlike themselves, "or going through a period of identity confusion or crisis. Also triggers when someone resists change with that's not like me" — which often signals identity-protective...
- ▌ Knowledge Graph Builder · newkayak12Use when building knowledge graphs by extracting source-grounded entities, relationships, properties, evidence, schema, and graph-ready data from code, documents, notes, tickets, or mixed corpora.
- ▌ Dispatching Parallel Agents · newkayak12Use when facing 2+ independent jobs that can run concurrently — fan out in parallel, each on its best-fit persona. Triggers: "병렬로 처리해줘", "동시에 여러 작업", "parallel agents", "독립적인 작업들 한번에", "각자 전문가한테 맡겨줘", "multiple independent failures".
- ▌ Subagent Driven Development · newkayak12 bundleUse when executing an implementation plan with independent tasks using fresh subagents per task. Triggers on: "계획 실행해줘", "서브에이전트로 구현해줘", "subagent-driven", "plan 실행", "태스크별로 에이전트 배포해줘", "두 단계 리뷰로 구현", "현재 세션에서 계획 실행".
- ▌ Incident Response Playbook · newkayak12Guides the developer-side incident lifecycle from triage through mitigation to blameless RCA — with severity classification, Slack update templates, escalation paths, and a structured post-mortem format. Use when a production issue is active or...
- ▌ Service Boundary Validator · newkayak12Use when someone is deciding whether to split a service, suspects their services are too tightly coupled to deploy independently, wants to validate a proposed service boundary, or is decomposing a monolith and needs to know where to cut.
- ▌ Job Application Workflow · newkayak12Use when preparing for a job application or career transition end-to-end — from analyzing a JD through to interview preparation. Triggers on: "job application workflow", "이직 준비 전체", "취업 프로세스 시작", "career transition", "job search process".
- ▌ Motivation Explorer · newkayak12Use when someone has lost motivation, is doing something but doesn't know why, or suspects their stated reason isn't the real one. Also triggers when someone knows what they want but can't seem to pursue it — ambivalence almost always has a...
- ▌ Technical Feasibility Assessment · newkayak12Use when a PM or product team needs a rapid feasibility signal on a feature idea before committing engineering time — assessing implementation risk, complexity, and make-vs-buy tradeoffs without full engineering involvement. Triggers on:.
- ▌ Critical Thinking Workflow · newkayak12Use when stress-testing a high-stakes decision, strategic plan, or argument end-to-end. Triggers on: "critical thinking full process", "decision stress-test", "전략 검토 전체", "논리 전체 점검", "high-stakes decision review", "결정 제대로 검토해줘".
- ▌ 1 On 1 Manager · newkayak12Use when a manager wants to run better 1-on-1s — moving from status-update check-ins to growth and feedback conversations that build real trust with direct reports. Triggers on: "improve my 1-on-1s", "1-on-1 feels like a status update".
- ▌ Ego State Identifier · newkayak12Use when someone is confused about why they reacted the way they did — especially when it felt automatic, disproportionate, childlike, or like they heard a parental voice in their head. Triggers on: "왜 이렇게 반응했지", "자동으로 나왔어", "어린애처럼 굴었어".
- ▌ Design Review Writer · newkayak12 bundleUse when drafting a Design Review for a new feature or system. Triggers: "design review 써줘", "디자인 리뷰 문서", "RFC 초안", "write a design review", "이 기능 설계 같이 잡자". Fixed 8-section template.
- ▌ Codex Control 2 · newkayak12Use when a harness stage must delegate Implement or Test work to local Codex CLI from plugin, repo-local, or embedded installs.
- ▌ Transaction Boundary Reviewer · newkayak12 bundleUse when data appears inconsistent after failures, when two writes need to succeed or fail together, or when transactions are causing lock contention or timeout errors under load. Reviews isolation levels, atomicity gaps, overly wide...
- ▌ Leveling Manager · newkayak12Use when an engineering manager needs to evaluate an engineer's level fairly, build a promotion case with evidence, or align with peers in a calibration conversation. Triggers on: "write a promotion case", "calibration prep", "level rubric design".
- ▌ Strength Growth Mapper · newkayak12Use when someone wants to understand what they are genuinely good at, is processing feedback, or deciding where to invest development effort. Maps the underlying strength pattern, the shadow it casts when overused, whether a weakness is a...
- ▌ Attachment Style Mirror · newkayak12Use when someone is confused about a recurring relationship pattern, struggling with closeness or distance, or asking why certain dynamics keep repeating across relationships. Triggers on: "애착 유형", "attachment style", "불안 애착", "회피 애착", "관계 패턴".
- ▌ Self Discovery Workflow · newkayak12Use when someone wants to understand themselves more deeply — not just answer a single question, but explore the full landscape of who they are. Especially suited to life transitions, career crossroads, burnout recovery, and wanting to know...
- ▌ Verification Before Completion · newkayak12 bundleUse before claiming work is done, tests pass, a build is green, or a bug is fixed without fresh isolated evidence. Triggers on: "완료했어", "테스트 통과", "빌드 성공", "버그 고쳤어", "커밋할게", "PR 올릴게", "done", "should pass", "bug is fixed".
- ▌ Leadership Workflow · newkayak12Use when someone wants to run the full IC growth cycle or the full manager development cycle — from understanding level expectations through to high-quality growth conversations. Triggers on: "IC growth cycle", "manager development cycle".
- ▌ Performance Profiling Optimization · newkayak12Guides systematic performance investigation from symptom to fix — establishing a baseline, profiling the bottleneck, identifying root cause, applying a targeted change, and verifying the improvement with data. Use when someone has a concrete...
- ▌ QA · newkayak12Use when the user has said this is a QA pass — cases written and executed against existing work — to run through the teams harness — "QA 그래프로 돌려줘", "테스트 케이스 작성하고 실행해줘", "run the qa flow". Pins flow: qa.
- ▌ Plan · newkayak12Use when the user has said the deliverable is a PRD to run through the teams harness — "기획서 그래프로", "PRD 작성해서 그래프로 돌려줘", "run the planning flow", "write a PRD through the graph". Pins flow: plan.
- ▌ Shape Up · newkayak12Use when a team is stuck in an infinite backlog, cannot ship complete features, or needs a planning process with real tradeoffs and hard commitments. Also use when setting up 6-week cycles, writing pitches, running a betting table, or replacing...
- ▌ Board · newkayak12Use when the user wants a status board of teams runs via tm_board — every EPIC, or one EPIC's STORY kanban. Triggers: "보드 보여줘", "티켓 현황", "show me the board", "what EPICs are running". Read-only, prints a table, never raw JSON or a doc's contents.
- ▌ Patch · newkayak12 bundleUse when preparing a patch release of the teams plugin source: bumps x.y.Z in plugin.json and marketplace.json and prepends the same entry to README Status and KOR.md 상태. Not for project installs.
- ▌ Remove · newkayak12 bundleUse when removing teams from a project: team.json, the dispatch gate, the CLAUDE.md block and gitignore lines. Keeps conventions, run and task history unless asked by name. Refuses to purge a task whose driver is alive.
- ▌ Ticket · newkayak12Use when the user wants one ticket's detail via tm_ticket — an EPIC (E-xxxxxxxx) or a STORY (E-xxxxxxxx/Pn). Triggers: "이 티켓 상세", "P2 상태가 뭐야", "show me ticket E-xxx/P2", "last verdict on this story". Read-only, prints a card, never the raw JSON.
- ▌ Mentor · newkayak12 bundleUse when someone brings a question about how to decide, judge, or live and wants it examined rather than answered. Philosophical mentor — takes a position, tests theirs. Triggers: "멘토가 필요해", "조언이 필요해", "이렇게 사는 게 맞나", "어떻게 판단해야 할지", "mentor me".
- ▌ Install · newkayak12Use when installing, connecting, or verifying the graph-engineering MCP for a Claude Code project. Not for running a graph; use graph:orchestrate.
- ▌ Patch 2 · newkayak12 bundleUse when preparing a patch release of the harness plugin source. Triggers on: "harness patch", "하네스 패치", "하네스 버전업", "bump harness patch version". Not for refreshing project copies.
- ▌ Contagious · newkayak12 bundleUse when someone wants to make a product, feature, campaign, or idea spread through word-of-mouth or organic sharing. Triggers on: "word of mouth", "virality", "how to make this spread", "shareability", "바이럴", "입소문", "공유되게 하고 싶어", "제품이 퍼지게".
- ▌ User Story · newkayak12 bundleUse when someone needs to write a single user story or a small set of stories — translating a known user need into a structured, development-ready format with acceptance criteria. Triggers on: "write a user story", "user story format".
- ▌ Develop · newkayak12Use when the user says this is code work for the teams harness — "구현해줘 그래프로", "이 기능 코드로 돌려", "run the dev flow on this", "implement this through the graph". Pins flow: develop; else use orchestrate. Not for installation.
- ▌ Install 2 · newkayak12 bundleUse when installing teams into a project: team.json defaults, the dispatch gate, and conventions. Not for running a task; use teams:orchestrate.
- ▌ Remove 2 · newkayak12 bundleUse when removing harness governance from a project. Triggers on: "harness remove", "하네스 삭제", "하네스 제거", "uninstall harness". Preserves project conventions by default.
- ▌ Inspired Pm · newkayak12Use when applying Marty Cagan's empowered product team model — continuous discovery, outcome ownership, four-risk validation before delivery. Triggers on: "Marty Cagan", "empowered team", "continuous discovery", "discovery vs delivery".
- ▌ Document · newkayak12Use when the user says the deliverable is a written artifact for the teams harness — "문서 작성 그래프로", "설계 문서 돌려줘", "write the design doc through the graph", "run the document flow". Pins flow: document; else use orchestrate. Not for installation.
- ▌ SQL Pro · newkayak12 bundleUse when someone needs help writing or rewriting SQL — authoring complex joins, CTEs, window functions, or recursive queries — or designing a schema from scratch, normalizing an existing one, or migrating queries between database dialects.
- ▌ Harness · newkayak12Use when a substantial request needs verified, non-repetitive output. Triggers on: "이거 제대로 해줘", "검증까지 해서", "하네스 돌려줘", "run the harness", "do this properly with verification", "6단계로 처리해줘", "메타스크립트로". Not for trivial edits or Q&A.
- ▌ Install 3 · newkayak12 bundleUse when installing the harness into a project. Triggers on: "하네스 설치해줘", "이 프로젝트에 하네스 적용해줘", "harness install", "set up the harness here", "게이트 켜줘", "convention 스캐폴딩해줘". Not for running the engine (use the harness skill).
- ▌ Okr Planning · newkayak12Use when defining team or company goals for a quarter, aligning cross-team efforts, or when goals exist but progress is unclear and teams are pulling in different directions. Triggers on: "OKR 설정", "분기 목표", "quarterly goals", "key results", "목표 정렬".
- ▌ Sbi Writer · newkayak12Use when giving feedback to a colleague and the wording feels judgmental, vague, or accusatory. Triggers on: "피드백 어떻게 말해?", "feedback 써줘", "SBI", "동료한테 어떻게 말해야 해?", "칭찬 어떻게 해?", "건설적 피드백", "peer review 써야 해", "이 말이 너무 공격적인 것 같아".
- ▌ Orchestrate · newkayak12 bundleUse when running a whole request through the graph-engineering MCP and driving its harness nodes without holding the payload yourself. Triggers on: "그래프 돌려줘", "노드 단위로 돌려줘", "run it through the MCP", "orchestrate this run". Not for installation.