Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计未展示

designingdesigning 搜索

Agent Skill

designing 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

766

周安装

31

GitHub Stars

公开资料未说明

下载量

241
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:designing(designing 搜索)
来源仓库:https://github.com/reinamaccredy/maestro
仓库路径:skills/designing
安装命令:
npx skills add reinamaccredy/maestro --skill "designing"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add reinamaccredy/maestro --skill "designing"

简介

用于查找、检索和筛选相关信息,支持关键词快速定位。

  • 适合在 Codex、Claude、Cursor 等宿主中处理信息任务。
  • 可结合来源仓库和 README 核验具体用法和细节。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件读写。
  • 建议优先使用官方推荐的安装命令以确保兼容性。designing 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
designing
description
Design Session - collaborative brainstorming to turn ideas into actionable implementation plans using the Unified Pipeline methodology. Use when user types "ds" or wants to explore/design a feature before implementation. "pl" triggers phases 5-10 (STANDALONE/ALIAS/NO-OP modes). MUST load maestro-core skill first for routing.

Design & Planning

Turn ideas into fully-formed, implementation-ready designs through a unified 10-phase pipeline.

Entry Points

TriggerAction
dsStart unified pipeline (all 10 phases)
/conductor-designStart unified pipeline (alias)
cn, /conductor-newtrackCreate spec + plan + beads from existing design.md
pl, /planPlanning phases (5-10) - see pl Entry Modes below
"design a feature"Start unified pipeline
"let's think through X"Start unified pipeline

Quick Reference

Unified Pipeline (10 Phases)

#PhaseTypePurposeExit Criteria
1DISCOVERDivergeExplore problem + research contextProblem articulated
2DEFINEConvergeFrame problem + select approachApproach selected
3DEVELOPDivergeArchitecture + componentsInterfaces defined
4VERIFYConvergeOracle audit + risk assessmentOracle APPROVED
5DECOMPOSEExecuteCreate beads (fb)Beads filed
6VALIDATEExecuteDependency check (bv) + Oracle reviewDependencies valid
7ASSIGNExecuteTrack assignmentsTracks assigned
8READYCompleteHandoff to ci/co/caExecution ready
9EXECUTEImplementRun ci/co/ca on tracksAll beads completed
10FINISHArchiveExtract learnings + archive trackTrack archived

See pipeline.md for full details.

Mode Routing

Complexity scoring determines execution mode:

ScoreModePhasesA/P/CResearch
< 4SPEED1,2,4,8No1 hook (start)
4-6ASKUser choosesOptionalUser chooses
> 6FULL1-10Yes2 hooks

Mode Comparison

AspectSPEED (< 4)FULL (> 6)
Phases1,2,4,8All 10
A/P/CNoYes
Research1 hook2 hooks
BeadsNoYes
TracksNoYes
VerificationAdvisoryMandatory
Use [E] to escalateYesN/A

Core Principles

  • One question at a time - Don't overwhelm
  • Multiple choice preferred - Easier to answer
  • YAGNI ruthlessly - Remove unnecessary features
  • Explore alternatives - Always propose 2-3 approaches
  • Research consolidated - 2 strategic hooks, not 5

⛔ EXECUTION BLOCKS (CRITICAL)

This skill contains EXECUTION BLOCKS marked with ⛔. When you encounter one, you MUST:

  1. STOP what you're doing
  2. EXECUTE the tool calls specified (Task(), oracle(), skill())
  3. WAIT for results before proceeding

EXECUTION BLOCKS are NOT documentation - they are COMMANDS you must execute.

See pipeline.md for all execution blocks.

Session Flow

  1. Load Core - Load maestro-core for routing table and fallback policies
  2. Initialize - Load handoffs, CODEMAPS, verify conductor setup → session-init.md
  3. Research - ⛔ EXECUTION BLOCK at Phase 1 start (spawn 3 Task() agents)
  4. Route - Score complexity (< 4 = SPEED, > 6 = FULL) → design-routing-heuristics.md
  5. Execute - 10-phase pipeline with A/P/C checkpoints → pipeline.md
  6. Validate - ⛔ EXECUTION BLOCK at Phase 4 (call oracle())
  7. Complete - Phase 8 (READY) triggers ci/co/ca → Phase 9 (EXECUTE) → Phase 10 (FINISH)

Research Hooks (Consolidated)

HookTriggerAgentsPurpose
research-startPhase 1 (DISCOVER)Locator + Pattern + CODEMAPS + ArchitectureAll initial context
research-verifyPhase 3→4 (DEVELOP→VERIFY)Analyzer + Pattern + Impact + WebDesign verification

Validation Gates

CheckpointFocusEnforcement
CP1 (DISCOVER)Product alignment, no duplicate featuresWARN
CP2 (DEFINE)Problem clear, success measurable, scope explicitWARN
CP3 (DEVELOP)3+ options, tech-stack alignment, risk analysisWARN
CP4 (VERIFY)Full validation + grounding + impact scanSPEED=WARN, FULL=HALT

Adaptive A/P/C System

A/P/C checkpoints work adaptively across the entire workflow.

State Ladder

INLINE → MICRO_APC → NUDGE → DS_FULL → DS_BRANCH → BRANCH_MERGE
StateDescriptionTrigger
INLINENormal flow (conductor/beads)Default
MICRO_APCLightweight checkpoint at boundariesEnd of spec/plan section
NUDGESuggest upgrade to DS3+ design iterations
DS_FULLFull 10-phase with A/P/Cds command or upgrade
DS_BRANCHDS attached to design branchDesign rethink in track
BRANCH_MERGEApply branch changesBranch complete

A/P/C in FULL Mode

At end of phases 1-4:

  • [A] Advanced - Phase-specific deep dive
  • [P] Party - Multi-agent feedback (BMAD v6) → bmad/
  • [C] Continue - Proceed to next phase
  • [↩ Back] - Return to previous phase
After PhaseA Option
1 (DISCOVER)Advanced assumption audit
2 (DEFINE)Scope stress-test
3 (DEVELOP)Architecture deep-dive
4 (VERIFY)Oracle runs BEFORE showing menu

Priority Rules

  1. Explicit commands (ds) always win
  2. Active DS/Branch blocks passive triggers
  3. Branch safety preferred when in implementation
  4. Micro A/P/C at checkpoint boundaries
  5. Nudge after 3+ iterations

See apc-checkpoints.md for implementation details.

Phase 4: VERIFY - Spike Execution

When risk assessment identifies HIGH risk items:

HIGH risk items → MUST spawn spike Task()
                       │
                       ▼
              For each HIGH risk:
              1. Create spike bead + dir
              2. MUST spawn Task() with time-box
              3. Wait for completion
              4. Capture result (YES/NO)
                       │
                       ▼
              MUST call oracle() for 6-dimension audit
                       │
               ┌───────┴───────┐
               │               │
        All spikes YES   Any spike NO
               │               │
               ▼               ▼
           Continue       HALT - user decision

⚠️ MANDATORY: You MUST call oracle() at Phase 4 - see pipeline.md

Phase 6: VALIDATE - Oracle Beads Review

⚠️ MANDATORY: After bv validation, you MUST call oracle() to review beads completeness.

See pipeline.md

Phase 8: READY - Auto-Orchestration

Ready to execute. Found N tracks:
• Track A (BlueLake): 4 beads
• Track B (GreenCastle): 3 beads

[O] Orchestrate (spawn workers)
[S] Sequential (run ci manually)
[R] Ralph (autonomous loop - ca)

Default: [O] after 30s
Note: [R] is available when ralph.enabled == true in track metadata.json.

⚠️ MANDATORY: If user selects [O] and ≥2 tracks exist, you MUST spawn Task() for each track.

See pipeline.md

pl Entry Gate

⚠️ MANDATORY: Before running pl, detect input and bootstrap if needed:

pl triggered
    │
    ▼
Input detection (priority order):
    1. design.md exists? → ALIAS mode (skip discovery)
    2. PRD file exists?  → STANDALONE mode (parse PRD)
    3. User file attached? → STANDALONE mode
    4. No input?         → BOOTSTRAP mode (prompt → create track)
Input SourceModeAction
design.mdALIASSkip Phase 5, run 6-10
PRD fileSTANDALONEParse PRD, run 5-10
User fileSTANDALONEUse as context, run 5-10
NoneBOOTSTRAPPrompt → create track → run 5-10

BOOTSTRAP creates: conductor/tracks/<id>/ with design.md + metadata.json

pl Compatibility

ScenarioModeBehavior
pl after ds Phase 4NO-OPNot needed - phases 5-10 auto-run in FULL mode
pl with design.mdALIASSkip Phase 5 discovery, run 6-10
pl with PRD fileSTANDALONEParse PRD, run full 5-10
pl with user requestSTANDALONERun full discovery, phases 5-10
pl without any inputERRORPrompt for input source

Anti-Patterns

  • ❌ Jumping to solutions before understanding the problem
  • ❌ Skipping verification at Phase 4 (VERIFY)
  • ❌ Asking multiple questions at once
  • ❌ Over-engineering simple features (use SPEED mode)
  • ❌ Running pl after ds completes (no longer needed)

Next Steps (after Phase 8: READY)

CommandDescriptionPhase
ci/conductor-implement - Execute trackPhase 9 (EXECUTE)
co/conductor-orchestrate - Spawn parallel workersPhase 9 (EXECUTE)
ca/conductor-autonomous - Ralph loopPhase 9 (EXECUTE)
/conductor-finishArchive track + extract learningsPhase 10 (FINISH)

See maestro-core for full routing table.

Dependencies

Auto-loads: maestro-core for routing and fallback policies.

Related

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.18%
按下载量换算63

Antigravity

21.09%
按下载量换算51

windsurf

17.43%
按下载量换算42

trae

12.23%
按下载量换算29

Codex

8.13%
按下载量换算20

OpenCode

3.07%
按下载量换算7

安全审计

暂无安全审计结果可展示。

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add reinamaccredy/maestro --skill "designing" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills