跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Orchestrate

技能 已验证 活跃

Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.

目的

To enable developers to build complex features iteratively and reliably by providing structured workflows, persistent memory, and quality gates for AI-assisted development.

功能

  • Orchestrates multi-phase feature development (Research, Plan, Implement, Review)
  • Provides persistent self-correction memory and a knowledge plane via SQLite
  • Implements quality gates and validation between development phases
  • Supports integration with multiple agents and CLI tools
  • Facilitates context engineering and token management

使用场景

  • Building features that touch more than five files.
  • Developing features with unclear or complex requirements.
  • Handling cross-cutting concerns like authentication and error handling.
  • Establishing new architectural patterns in a codebase.

非目标

  • Quick bug fixes.
  • Single-file code changes.
  • Implementing well-understood, existing patterns.
  • Documentation-only changes.

安装

请先添加 Marketplace

/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow

质量评分

已验证
100 /100
3 days ago 分析

信任信号

最近提交5 days ago
星标2.1k
状态
查看源代码

类似扩展

Agent Teams

100

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

技能
rohitg00

Wrap Up Ritual

100

End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.

技能
rohitg00

Cortex Profile

100

View and manage your cognitive profile — how you think, work patterns, blind spots, and cross-domain connections. Use when the user says 'show my profile', 'how do I work', 'what are my patterns', 'cognitive style', 'blind spots', 'methodology', or at the start of a session to load context. Also use 'rebuild profile' to rescan all session history, or 'list domains' to see all tracked project domains.

技能
cdeust

Cortex Automate

100

Set up automation — prospective memory triggers, neuro-symbolic rules, and CLAUDE.md sync. Use when the user says 'remind me when', 'trigger when', 'create a rule', 'auto-remember', 'sync to CLAUDE.md', 'push insights', 'set up trigger', 'when I open this file', 'when this keyword appears', or when you want to automate memory behavior based on conditions.

技能
cdeust

Agentdb Memory Patterns

99

Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.

技能
ruvnet

Memory Management

99

AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration.

技能
ruvnet