Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,441
总 Skills
90.0M
总安装量
2,580
贡献者
# Skill 仓库 描述 安装量
18601 tier-management pollinations/pollinations
Requirements Before using this skill, ensure you have: GitHub CLI : brew install gh && gh auth login Node.js/npx : brew install node Wrangler : npm install -g wrangler jq : brew install jq (for parsing JSON) sops : brew install sops (for decrypting secrets) Must run from the pollinations repo root with access to enter.pollinations.ai/ . Tier Levels Tier Emoji Pollen Cadence Criteria microbe 🦠 0 weekly Account under review spore 🍄 1.5 weekly Verified accounts seed 🌱 3 daily GitHub engagement flow...
53
18602 tanstack query exceptionless/exceptionless
TanStack Query Documentation: tanstack.com/query | Use context7 for API reference Centralize API calls in api.svelte.ts per feature using TanStack Query with @exceptionless/fetchclient . Query Basics // src/lib/features/organizations/api.svelte.ts import { createQuery , createMutation , useQueryClient , } from "@tanstack/svelte-query" ; import { useFetchClient , type ProblemDetails , } from "@exceptionless/fetchclient" ; export function getOrganizationsQuery ( ) { const client = useFetchClient (...
53
18603 execute open-horizon-labs/skills
/execute Do the actual work. Execute is the bridge from Solution Space to shipped code. Pre-flight checks, build, detect drift, salvage if needed. Execute sits within the larger Intent -> Execution -> Review loop. This skill handles the Execution phase, which itself contains an inner loop: build, check alignment, course-correct or salvage. When to Use Invoke /execute when: Aim is clear - you know the outcome you're trying to achieve Solution is chosen - you've explored options and picked an appr...
53
18604 react-development manutej/luxor-claude-marketplace
React Development Skill This skill provides comprehensive guidance for building modern React applications using hooks, components, state management, context, effects, and performance optimization techniques based on official React documentation from react.dev. When to Use This Skill Use this skill when: Building single-page applications (SPAs) with React Creating reusable UI components and component libraries Managing complex application state with hooks and context Implementing forms, data ...
53
18605 icp-builder openclaudia/openclaudia-skills
Ideal Customer Profile (ICP) Builder You are an expert in customer research and persona development. When the user asks you to define their ideal customer, build personas, or segment their audience, follow this framework. Step 1: Gather Context Establish: product/service, problem solved, current customers (if any), market type (B2B/B2C), price point, sales motion (self-serve/sales-assisted/enterprise), stage (pre-launch/early/growth), existing data (analytics, CRM, surveys), geography. Step 2: I...
53
18606 bun websocket server secondsky/claude-skills
Bun WebSocket Server Bun has built-in WebSocket support integrated with Bun.serve() . Quick Start const server = Bun . serve ( { fetch ( req , server ) { // Upgrade to WebSocket if ( server . upgrade ( req ) ) { return ; // Upgraded successfully } return new Response ( "Not a WebSocket request" , { status : 400 } ) ; } , websocket : { open ( ws ) { console . log ( "Client connected" ) ; } , message ( ws , message ) { console . log ( "Received:" , message ) ; ws . send ( ` Echo: ${ message } ` ) ...
53
18607 skill builder ruvnet/claude-flow
Skill Builder What This Skill Does Creates production-ready Claude Code Skills with proper YAML frontmatter, progressive disclosure architecture, and complete file$folder structure. This skill guides you through building skills that Claude can autonomously discover and use across all surfaces (Claude.ai, Claude Code, SDK, API). Prerequisites Claude Code 2.0+ or Claude.ai with Skills support Basic understanding of Markdown and YAML Text editor or IDE Quick Start Creating Your First Skill 1. Crea...
53
18608 graphic-design travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
53
18609 coze-api smallnest/langgraphgo
Coze API 集成 Skill 扣子(Coze)是字节跳动推出的 AI 智能体开发平台,本 Skill 提供完整的 Coze API 调用指南。 核心功能 对话 API (Chat API) - 与智能体进行对话 工作流 API (Workflow API) - 执行工作流 消息管理 - 查询对话状态和消息列表 快速开始 1. 准备工作 在使用 Coze API 前需要完成以下准备: 获取访问令牌 (Personal Access Token) 登录 Coze 平台: https://www.coze.cn 进入个人中心 → API 管理 创建个人访问令牌(PAT) 保存令牌(仅显示一次) 获取 Bot ID 进入 Bot 编辑页面 从 URL 中获取 Bot ID 例如: https://www.coze.cn/space/123/bot/7348293334 Bot ID 为: 7348293334 发布 Bot 为 API 服务 在 Bot 页面点击"发布" 选择"Bot as API" 等待审核通过 2. API 基础信息 API 基础 URL 国内版: https://a...
53
18610 self-improvement undermybelt/self-improvement-skill
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
53
18611 configure-security laurigates/claude-plugins
/configure:security Check and configure security scanning tools for dependency audits, SAST, and secret detection. When to Use This Skill Use this skill when... Use another approach when... Setting up dependency auditing, SAST, or secret detection for a project Running a one-off security scan (use gitleaks detect or npm audit directly) Checking project compliance with security scanning standards Reviewing code for application-level vulnerabilities (use security-audit agent) Configuring Dependabo...
53
18612 infrastructure-terraform laurigates/claude-plugins
Expert knowledge for Infrastructure as Code using Terraform with focus on declarative HCL, state management, and resilient infrastructure. Core Expertise Terraform & IaC - Declarative Infrastructure: Clean, modular, and reusable HCL code - State Management: Protecting and managing Terraform state with remote backends - Providers & Modules: Leveraging community and custom providers/modules - Execution Lifecycle: Mastering the plan -> review -> apply workflow Infrastructure Provisioning P...
53
18613 ha-entities laurigates/claude-plugins
Home Assistant Entities When to Use This Skill Use this skill when... Use ha-automations instead when... Understanding entity domains Creating automation rules Customizing entities Working with triggers/actions Creating template sensors Writing automation conditions Setting up groups Working with scripts/scenes Working with device classes Handling events Entity ID Structure domain.object_id Examples: light.living_room_ceiling sensor.outdoor_temperature binary_sensor.front_door_contact switch.gar...
53
18614 large-scale-map-visualization erichowens/some_claude_skills
Large-Scale Map Visualization Expert Master of high-performance web map implementations handling 5,000-100,000+ geographic data points. Specializes in Leaflet.js optimization, spatial clustering algorithms, viewport-based loading, and progressive disclosure UX patterns for map-based applications. Activation Triggers Activate on: "map performance", "too many markers", "slow map", "clustering", "10k points", "marker clustering", "leaflet performance", "spatial visualization", "geospatial cluste...
53
18615 sora davila7/claude-code-templates
Sora Video Generation Skill Creates or manages short video clips for the current project (product demos, marketing spots, cinematic shots, UI mocks). Defaults to sora-2 and a structured prompt augmentation workflow, and prefers the bundled CLI for deterministic runs. Note: $sora is a skill tag in prompts, not a shell command. When to use Generate a new video clip from a prompt Remix an existing video by ID Poll status, list jobs, or download assets (video/thumbnail/spritesheet) Batch runs (man...
53
18616 adf-validation-rules josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
53
18617 screen-control-operator breverdbidder/life-os
Screen Control Operator V2 Enables Claude to autonomously control browsers like GPT Operator - NO screenshots, just pure CDP + accessibility tree. Core Architecture ┌─────────────────────────────────────────┐ │ Claude (You) - Reasoning Layer │ │ - Receives structured DOM/A11y tree │ │ - Makes autonomous decisions │ │ - Issues CDP commands │ └────────────────┬────────────────────────┘ │ JSON commands ▼ ┌─────────────────────────────────────────┐ │ Playwr...
53
18618 system-info ukgovernmentbeis/inspect_ai
This skill provides scripts to gather system information. Available Scripts - `get_system_info.py` - Returns basic system information (OS, Python version, current time) - `list_directory.py` - Lists files in a specified directory Usage - Use `run_skill_script("system-info", "get_system_info.py")` to get system information - Use `run_skill_script("system-info", "list_directory.py", args=["path"])` to list a directory
53
18619 technical-deslop vincentkoc/dotskills
Technical Deslop Purpose Clean branch/staged diffs by removing AI-style slop and restoring repo-consistent style without changing behavior. When to use A diff feels over-explained, overly defensive, or inconsistent with surrounding code. You need a final cleanup pass before review/PR. You want to normalize style after automated generation. Workflow Capture scope with git diff --cached and git diff $(git merge-base origin/main HEAD)..HEAD . Focus only on changed hunks (or user-scoped files). Appl...
53
18620 windows-git-bash-paths josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
53
18621 zero-build-frontend jamditis/claude-skills-journalism
Zero-build frontend development Patterns for building production-quality web applications without build tools, bundlers, or complex toolchains. React via CDN (esm.sh) Basic setup <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Zero-Build React App</title> <!-- Tailwind CSS via CDN --> <script src="https://cdn.tailwindcss.com"></script> <script> tailwind.config = { theme: { ...
53
18622 grey-haven-creative-writing greyhaven-ai/claude-code-config
Creative Writing Professional writing assistance across genres: blogs, research, fiction, essays, and marketing copy. Writing Philosophy Great writing follows universal principles regardless of genre: Clarity - Every sentence serves a purpose Voice - Consistent tone appropriate to audience Structure - Logical flow that guides readers Engagement - Hooks, tension, and payoff Polish - Refined through editing Genre Selection Choose your writing type to load genre-specific guidance: Genre Reference B...
53
18623 frontic-implementation frontic/skills
Frontic Implementation and Configuration Use this skill when autonomously creating or managing blocks, listings, and pages based on user requests. Prefer Frontic data sources over mocked data at all times. Before You Start Use the fetch_api_call tool to inspect the data structure of any block, listing, or page before using it. This prevents displaying non-existent content or illegible IDs to users. 1. Resource Decision Making Before creating new blocks or listings, analyze the current Frontic co...
53
18624 complexity-mitigator tkersey/dotfiles
Complexity Mitigator Intent Reduce incidental complexity (understanding cost) while preserving essential domain meaning. Core Mindset Keep essential complexity, vaporize the incidental. Optimize for reader comprehension first, then for extraction. Minimal incision, maximal precision: change only what reduces cognitive load. Prefer boring, local clarity over cleverness. Reduce "understanding cost": fewer branches to hold in mind, fewer places to jump, fewer states to simulate. Epistemic Status (H...
53
18625 ralph-loop zenobi-us/dotfiles
Ralph Loop Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass. Prerequisites Complete these recipes first (in order): AI Coding Agent Configuration Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. curl -H "Accept: text/markdown" https://fulls...
53
18626 sales pipeline manager eddiebe147/claude-settings
Sales Pipeline Manager Expert sales pipeline management system that helps you track opportunities, manage deals through stages, forecast revenue, and optimize your sales process. This skill provides structured workflows for deal tracking, pipeline analysis, conversion optimization, and revenue forecasting based on proven sales methodologies. Whether you're managing a B2B enterprise sales cycle or a high-velocity transactional pipeline, this skill helps you maintain visibility, identify bottlenec...
53
18627 ln-823-pip-upgrader levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-823-pip-upgrader Type: L3 Worker Category: 8XX Optimization Parent: ln-820-dependency-optimization-coordinator Upgrades Python dependencies with automatic breaking change detection. Overview Aspect Details Input Project path, package manager type Output Updated requirements.txt/pyproject.toml Supports pip, poetry, pipenv...
53
18628 utm-parameter-generator onewave-ai/claude-skills
Utm Parameter Generator Create standardized UTM tracking for all campaigns. Ensure consistent naming conventions across team and generate tracking reports. Instructions You are an expert at marketing analytics and campaign tracking. Generate UTM parameters, ensure naming consistency, and provide tracking best practices. Output Format Utm Parameter Generator Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Prac...
53
18629 nodejs-containers laurigates/claude-plugins
Expert knowledge for building optimized Node.js container images using Alpine variants, multi-stage builds, and Node.js-specific dependency management patterns. Core Expertise Node.js Container Challenges: - Large node_modules directories (100-500MB) - Full base images include build tools (~900MB) - Separate dev and production dependencies - Different package managers (npm, yarn, pnpm) - Native modules requiring build tools Key Capabilities: - Alpine-based images (~100MB vs ~900MB full...
53
18630 fal.ai vm0-ai/vm0-skills
fal.ai Image Generator Use the fal.ai API to generate images from text prompts. Official docs: https://fal.ai/docs When to Use Use this skill when you need to: Generate images from text descriptions Create illustrations or visual content Generate blog headers, thumbnails, or social media images Prerequisites Sign up at fal.ai Get your API key from the dashboard export FAL_KEY="your-api-key" Important: When using $VAR in a command that pipes to another command, wrap the command containing ...
53
18631 resolve-agent-reviews pbakaus/agent-reviews
Automatically resolve findings from PR review bots (Copilot, Cursor Bugbot, CodeRabbit, etc.) on the current PR. Uses a two-phase workflow: fix all existing issues, then poll for new ones until bots go quiet. Prerequisites All commands below use npx agent-reviews . If the project uses a different package manager, substitute the appropriate runner (e.g., pnpm dlx agent-reviews for pnpm, yarn dlx agent-reviews for Yarn, bunx agent-reviews for Bun). Honor the user's package manager preference throu...
53
18632 recursive-decomposition massimodeluisa/recursive-decomposition-skill
Consult these resources as needed: - ./references/rlm-strategies.md -- Detailed decomposition patterns from the RLM paper - ./references/cost-analysis.md -- When to apply recursive vs. direct approaches - ./references/codebase-analysis.md -- Full walkthrough of codebase-wide analysis - ./references/document-aggregation.md -- Multi-document information extraction Core Principles CRITICAL: Treat inputs as environmental variables, not immediate context. Most tasks fail when context is overl...
53
18633 memory-literary-analysis basicmachines-co/basic-memory-skills
Memory Literary Analysis Transform a complete literary work into a structured knowledge graph. Characters, themes, chapters, locations, symbols, and literary devices become interconnected notes — searchable, validatable, and visualizable. When to Use Analyzing a novel, play, poem, or non-fiction book end-to-end Building a teaching or study resource for a literary text Creating a book club companion knowledge base Research projects requiring structured close reading Stress-testing Basic Memory at...
53
18634 upgrade-stellar-contracts openzeppelin/openzeppelin-skills
Stellar Upgrades Contents Soroban Upgrade Model Using the OpenZeppelin Upgradeable Module Access Control Upgrade Safety Soroban Upgrade Model Soroban contracts are mutable by default . Mutability refers to the ability of a smart contract to modify its own WASM bytecode, altering its function interface, execution logic, or metadata. Soroban provides a built-in, protocol-level mechanism for contract upgrades — no proxy pattern is needed. A contract can upgrade itself if it is explicitly designed t...
53
18635 slidev-drawings yoanbernabeu/slidev-skills
This skill covers Slidev's built-in drawing and annotation features powered by drauu, allowing you to draw, highlight, and annotate slides in real-time during presentations. When to Use This Skill - Highlighting important content during presentations - Drawing diagrams on the fly - Annotating code or images - Interactive teaching sessions - Brainstorming visualizations Enabling Drawings In Frontmatter ``` --- drawings: enabled: true --- ``` Full Configuration ``` --- drawings: ...
53
18636 highlight-reel-scripter onewave-ai/claude-skills
Highlight Reel Scripter Create shot lists for highlight videos. Timestamp key plays, music cue suggestions, pacing. Platform-specific cuts for TikTok, YouTube. Instructions You are an expert sports video producer. Create detailed shot lists, timing suggestions, and platform-optimized video scripts. Output Format Highlight Reel Scripter Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Foc...
53
18637 sentry-go-sdk getsentry/sentry-agent-skills
All Skills > SDK Setup > Go SDK Sentry Go SDK Opinionated wizard that scans your Go project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Go" or "setup Sentry" in a Go app User wants error monitoring, tracing, logging, metrics, or crons in Go User mentions sentry-go , github.com/getsentry/sentry-go , or Go Sentry SDK User wants to monitor panics, HTTP handlers, or scheduled jobs in Go Note: SDK versions and APIs below reflect Sentry docs at time...
53
18638 godot-genre-action-rpg thedivergentai/gd-agentic-skills
Genre: Action RPG Expert blueprint for action RPGs emphasizing real-time combat, character builds, loot, and progression. NEVER Do NEVER make stats invisible to players — Hidden stats feel like RNG. Show damage numbers, crit chance %, armor values clearly. NEVER use linear damage scaling — damage = level * 10 makes early/late game boring. Use exponential: damage = base * pow(1.15, level) . NEVER forget diminishing returns on defense — Armor as damage_reduction = armor / (armor + 100) prevents in...
53
18639 gdpr-dsgvo-expert borghei/claude-skills
GDPR/DSGVO Expert Tools and guidance for EU General Data Protection Regulation (GDPR) and German Bundesdatenschutzgesetz (BDSG) compliance. Table of Contents Tools GDPR Compliance Checker DPIA Generator Data Subject Rights Tracker Reference Guides Workflows Tools Show more
53
18640 plaid-integration b-open-io/prompts
Integrate Plaid for connecting bank accounts and syncing transactions in TypeScript applications using Bun. Quick Start ``` bun add plaid ``` ``` import { Configuration, PlaidApi, PlaidEnvironments } from 'plaid'; const plaidClient = new PlaidApi(new Configuration({ basePath: PlaidEnvironments[process.env.PLAID_ENV || 'sandbox'], baseOptions: { headers: { 'PLAID-CLIENT-ID': process.env.PLAID_CLIENT_ID, 'PLAID-SECRET': process.env.PLAID_SECRET, } } })); ``` Envi...
53
18641 release-please-standards laurigates/claude-plugins
Standard release-please configuration for automated semantic versioning and changelog generation. Standard Configuration GitHub Actions Workflow File: `.github/workflows/release-please.yml` ``` name: Release Please on: push: branches: - main permissions: contents: write pull-requests: write jobs: release-please: runs-on: ubuntu-latest steps: - uses: googleapis/release-please-action@v4 with: token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} ...
53
18642 agent-browser inference-sh/agent-skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
53
18643 feature-tracking laurigates/claude-plugins
Track feature implementation status against requirements documents using hierarchical FR codes. Overview The feature tracker maintains a JSON file that maps requirements from a source document (e.g., REQUIREMENTS.md) to implementation status. It supports: - Hierarchical FR codes: FR1, FR2.1, FR2.1.1, etc. - Phase-based development: Group features by development phase - PRD integration: Link features to Product Requirements Documents - Sync targets: Keep work-overview.md and TODO.md in syn...
53
18644 github-kb lecion/github-kb
Add via Claude Code plugin marketplace: ``` /plugin marketplace add lecion/github-kb ``` Configuration Set the `GITHUB_KB_ROOT` environment variable to customize the working directory. Working Directory Dynamic path based on `GITHUB_KB_ROOT` environment variable (default: `~/github-kb/`). Knowledge Base Management CLAUDE.md Location The knowledge base index is located at `{GITHUB_KB_ROOT}/CLAUDE.md`. This file indexes all explored repositories. CLAUDE.md Format ``` Claude Code 知...
53
18645 claude-skill feiskyer/codex-settings
Claude Code Headless Mode You are operating in Claude Code headless mode - a non-interactive automation mode for hands-off task execution. Prerequisites Before using this skill, ensure Claude Code CLI is installed and configured: Installation verification: claude --version First-time setup: If not installed, guide the user to install Claude Code CLI with command npm install -g @anthropic-ai/claude-code. References For extended usage scenarios, see references/examples.md. Core Principles ...
53
18646 design-tokens ilikescience/design-tokens-skill
This skill generates the foundational design tokens for a project. Run this after the design brief and before building any components. Every component built after this references these tokens instead of hardcoding values. Example prompts "Set up design tokens for this project" "Generate a token system based on Dieter Rams" "I need a spacing scale and color palette before I start building" "Create tokens that match our brief" Process Check what already exists. Before generating anything, scan the...
53
18647 uv-tool-management laurigates/claude-plugins
Quick reference for installing and managing global Python tools with UV (pipx alternative). When This Skill Applies - Installing command-line tools globally (like pipx) - Managing tool installations and updates - Running tools ephemerally without installation - Listing and removing installed tools - Tool version management Quick Reference Installing Tools ``` Install tool globally uv tool install ruff uv tool install black uv tool install pytest Install specific version uv tool in...
53
18648 bash-53-features josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
53
18649 assessment-architect panaversity/agentfactory
Assessment Architect - Concept-First Certification Exams Generate rigorous certification exams by extracting concepts FIRST, then building scenario-based questions from the concept map. Output: DOCX in assessments/ directory NOT for: Practice quizzes (those use *_quiz.md in chapter directories) Operating Contract (Non-Negotiable) These rules are structural and cannot be overridden: No memorization questions. Every question requires a novel scenario paragraph before the stem. Questions testing re...
53
18650 spec-kit-skill feiskyer/codex-settings
Spec-Kit: Constitution-Based Spec-Driven Development Official GitHub Spec-Kit integration providing a 7-phase constitution-driven workflow for feature development. Quick Start This skill works with the GitHub Spec-Kit CLI to guide you through structured feature development: Constitution → Establish governing principles Specify → Define functional requirements Clarify → Resolve ambiguities Plan → Create technical strategy Tasks → Generate actionable breakdown Analyze → Validate consistency Implem...
53