Orchestrate
Skill Verifiziert AktivWire 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.
Funktionen
- 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
Anwendungsfälle
- 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.
Nicht-Ziele
- Quick bug fixes.
- Single-file code changes.
- Implementing well-understood, existing patterns.
- Documentation-only changes.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add rohitg00/pro-workflow/plugin install pro-workflow@pro-workflowQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Agent Teams
100Coordinate 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.
Wrap Up Ritual
100End-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.
Cortex Profile
100View 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.
Cortex Automate
100Set 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.
Agentdb Memory Patterns
99Implement 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.
Memory Management
99AgentDB 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.