taewook486
- 31 skills
- 0 followers
- 2 days ago last updated
- ▌ Moai Foundation Thinking · taewook486 bundleStructured thinking toolkit combining Critical Evaluation, Diverge-Converge Brainstorming, and Deep Questioning frameworks for creative problem-solving and rigorous analysis. Use when generating ideas, evaluating proposals, questioning assumptions, or exploring solution spaces systematically. Do NOT use for architecture decisions (use moai-foundation-philosopher instead) or code quality validation (use moai-foundation-quality instead).
- ▌ Python MCP Server Generator · taewook486Generate a complete MCP server project in Python with tools, resources, and proper configuration. Use when scaffolding a new MCP server from scratch.
- ▌ Microsoft Agent Framework Python · taewook486Create, update, refactor, explain or work with code using the Python version of Microsoft Agent Framework. Use when working with AI agents, workflows, or migrating from Semantic Kernel or AutoGen.
- ▌ Planning · taewook486Planning work in small, known-good increments. Use when starting significant work or breaking down complex tasks.
- ▌ Next · taewook486Suggest the next task to work on based on current Phase and worklog state. Use when you want to know what to do next in the project.
- ▌ Refactoring · taewook486Refactoring assessment and patterns. Use after tests pass (GREEN phase) to assess improvement opportunities.
- ▌ Status · taewook486Show current project status — worklog state, Phase progress, and layer implementation coverage. Use when you need a snapshot of where the project stands.
- ▌ Microsoft Docs · taewook486Query official Microsoft documentation to find concepts, tutorials, and code examples across Azure, .NET, Agent Framework, Aspire, VS Code, GitHub, and more. Uses Microsoft Learn MCP as the default, with Context7 for content that lives outside learn.microsoft.com.
- ▌ Mutation Testing · taewook486Mutation testing patterns for verifying test effectiveness. Use when analyzing branch code to find weak or missing tests.
- ▌ Python MCP Expert · taewook486Expert assistant for developing Model Context Protocol (MCP) servers in Python. Use when creating, debugging, or optimizing MCP servers with FastMCP, tools, resources, and prompts.
- ▌ Moai Design Tools · taewook486 bundleDesign tool integration specialist covering Figma MCP, Pencil renderer, and Pencil-to-code export. Use when fetching design context from Figma, rendering Pencil DNA codes to .pen frames, exporting .pen designs to React/Tailwind code, or choosing design-to-code workflows. Supports design fetching (Figma), visual rendering (Pencil MCP), and code generation (React/Tailwind).
- ▌ Moai Workflow Ddd · taewook486Domain-Driven Development workflow specialist using ANALYZE-PRESERVE-IMPROVE cycle for behavior-preserving code transformation. Use when refactoring legacy code, improving code structure without functional changes, reducing technical debt, or performing API migration with behavior preservation. Do NOT use for writing new tests (use moai-workflow-testing instead) or creating new features from scratch (use expert-backend or expert-frontend instead).
- ▌ Moai Workflow Tdd · taewook486 bundleTest-Driven Development workflow specialist using RED-GREEN-REFACTOR cycle for test-first software development. Use when developing new features from scratch, creating isolated modules, or when behavior specification drives implementation. Do NOT use for refactoring existing code (use moai-workflow-ddd instead) or when behavior preservation is the primary goal.
- ▌ Python Conventions · taewook486Python coding conventions and guidelines including PEP 8, type hints, docstrings, and testing standards. Automatically applied when working with Python files.
- ▌ API Architect · taewook486API architect for designing and generating external service integration code. Use when building REST API clients, service integrations, or applying resilience patterns (circuit breaker, bulkhead, throttling, backoff). Generates fully implemented code across service/manager/resilience layers.
- ▌ Test Design Reviewer · taewook486Evaluates test quality using Dave Farley's 8 properties. Use when reviewing tests, assessing test suite quality, or analyzing test effectiveness against TDD best practices.
- ▌ Repo Architect · taewook486 bundleBootstraps and validates agentic project structures for GitHub Copilot (VS Code) and OpenCode CLI workflows. Run after `opencode /init` or VS Code Copilot initialization to scaffold proper folder hierarchies, instructions, agents, skills, and prompts.
- ▌ Technical Writer · taewook486Elite technical content evaluator and curriculum architect for reviewing technical training materials, documentation, and educational content. Use when evaluating course quality, reviewing technical docs, assessing pedagogical value, auditing exercises for actionability, grading educational content A-F, or identifying documentation wrappers disguised as courses.
- ▌ Playwright Python · taewook486Playwright Python AI test generation instructions based on official documentation. Use when writing or reviewing Playwright tests in Python.
- ▌ Python MCP Server · taewook486Instructions for building Model Context Protocol (MCP) servers using the Python SDK. Provides patterns, best practices, and code examples for FastMCP, tools, resources, prompts, and transports.
- ▌ Openapi To Application · taewook486Expert assistant for generating working applications from OpenAPI specifications. Specializes in API spec analysis, application architecture, and code generation across multiple frameworks.
- ▌ Prd · taewook486Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.
- ▌ Tdd · taewook486Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable.
- ▌ Moai · taewook486 bundleMoAI super agent - unified orchestrator for autonomous development. Routes natural language or explicit subcommands (plan, run, sync, fix, loop, mx, project, feedback, review, clean, codemaps, coverage, e2e) to specialized agents. Use for any development task from planning to deployment.
- ▌ Audit · taewook486Run dependency security audit using pip-audit. Use when checking for known vulnerabilities in project dependencies.
- ▌ Check · taewook486Check code quality without making changes — lint, format, type, and security checks. Use when you want to inspect issues before fixing them.
- ▌ Codex · taewook486Delegate to OpenAI Codex CLI when: (1) user explicitly requests it (codex에게 맡겨줘, codex로 해줘, 외주화해줘, codex 실행해줘, codex 리뷰 돌려줘), OR (2) the task requires autonomous repo-scale execution — writing multiple test files, file-level refactoring across many files, bulk edits (type hints, formatting, comments across a directory), or code review with a clear done condition. Do NOT delegate: design/architecture decisions, small edits (under ~20 lines), explanation-only requests, or tasks where Claude needs to reason about context first.
- ▌ Docker · taewook486Docker containerization expert for creating optimized, secure multi-stage Dockerfiles and docker-compose configurations. Use when writing or reviewing Dockerfiles, docker-compose files, optimizing image size, adding security hardening, configuring health checks, setting up container networking, or any Docker-related task.
- ▌ Testing · taewook486Testing patterns for behavior-driven tests. Use when writing tests or test factories.
- ▌ Worklog · taewook486Update worklog files by moving tasks between todo/doing/done states. Use when recording task progress, starting new work, or marking tasks complete. Requires explicit arguments: worklog [done|doing|todo] [description].
- ▌ Auto Fix · taewook486Auto-fix lint and formatting issues in Python code using ruff. Use when you want to apply automatic code fixes. Does not fix type errors or security issues.