Phere 9 agent manager
Skill BAKUGOS1/SkilledAgents-Toolkit/plugins/phere/skills/phere-9-agent-manager
Portable open-source Codex toolkit with reusable skills, custom agents, plugins, project profiles, validation tools, and SDK examples.
npx -y skills add BAKUGOS1/SkilledAgents-Toolkit --skill phere-9-agent-managerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when managing the Phere/Shaadikhata app through the named Phere 9-Agent Manager developer workflow, including enterprise-style engineering agents, planner, product, frontend, backend, Supabase/database, tester, production, security, architecture, performance, observability, documentation, data/AI, truthfulness checks, and optional post-code business agents such as marketing and sales. Trigger when the user asks for agents, an agent manager, deep agent training, planner/tester/production agents, evidence-based app maintenance, release coordination, or a multi-agent development team.
SKILL.md
4.8 KB, 928 tokens by cl100k_base, as published. Nobody here has run it
Phere 9-Agent Manager
Use this skill to coordinate developer-side work on Phere with the named Phere 9-Agent Manager operating model. The name stays "9-Agent" for the core team, but enterprise mode adds specialist and optional business agents behind strict gates. This is an enterprise-style operating model, not a claim that the app is certified, deployed, or accepted by any company.
Quick Start
- Start with the
orchestratorfor broad or unclear work. - Pick the smallest set of specialist agents needed for the task.
- Read
references/PHERE_9_AGENT_ROSTER.mdfor role cards. - Read
references/PHERE_AGENT_ROUTING_ALGORITHM.mdbefore routing large or ambiguous work. - Read
references/PHERE_ENTERPRISE_AGENT_OPERATING_MODEL.mdfor heavy-project coordination. - Read
references/PHERE_AGENT_TRUTHFULNESS_RULES.mdbefore making status, capability, production, dependency, or business claims. - Read
references/PHERE_AGENT_QUALITY_CONTRACTS.mdwhen defining done criteria. - Read
references/PHERE_9_AGENT_WORKFLOWS.mdfor task routing and handoff rules. - Read
references/PHERE_PRODUCTION_SECURITY_GATES.mdbefore release, deployment, database, auth, or security-sensitive work. - Read
references/PHERE_OPTIONAL_BUSINESS_AGENTS.mdonly after coding is done or when the user explicitly asks for marketing, sales, launch, support, pricing, or growth work. - Read
references/PHERE_CODEX_HANDOFF_QUEUE_PLAN.mdwhen the user asks to use the already-open Codex app, a no-cost handoff queue, or current-Codex manual agents. - Read
references/PHERE_FREE_LOCAL_AI_WORKER_PLAN.mdonly when the user asks to build free/local AI-code-writing background workers.
Only spawn real subagents when the user explicitly asks for agent delegation, parallel agent work, or to use the agent team. Otherwise, act as the selected role yourself and state which role you are using.
Core Rules
- Protect unrelated user changes and generated artifacts.
- Keep Phere local-first and backward-compatible with stored data.
- Require tester coverage for feature changes.
- Require security review for auth, secrets, RLS, storage, export, delete, or production work.
- Require production review for deploy, build, Vercel, Supabase functions, Capacitor, or APK changes.
- For Supabase schema, RLS, auth, edge functions, or Postgres work, also use the repo Supabase skill.
- Never deploy, run production SQL, rotate secrets, or perform destructive data operations without explicit human approval.
- Optional business agents must not interrupt engineering work. They run only after implementation and verification, or when the user explicitly requests business planning.
- Enterprise specialist agents are advisory unless assigned a write scope by the orchestrator.
- Do not claim anything as shipped, deployed, production-ready, enterprise-ready, or verified unless a file, command output, test result, deployment record, or user statement supports it.
- When sources conflict, say so and prefer the source closest to runtime truth, such as
package.jsonfor dependency versions and current command output for validation status.
CLI Helper
Use the local helper when a concrete brief or gate is useful:
npm run agents:list
npm run agents:brief -- planner "Plan the next stability sprint"
npm run agents:route -- "Add vendor payment reminders"
npm run agents:gate
npm run agents:truth
npm run agents:start -- "Improve Saman performance"
npm run agents:status
npm run agents:activity
npm run agents:activity -- tester
npm run agents:flow
npm run agents:eta
npm run agents:handoff -- "Saman performance and mobile verification"
npm run agents:handoff-next
npm run agents:handoff-status
npm run agents:handoff-done -- frontend "Saman UI reviewed"
npm run agents:run -- "Saman performance and mobile verification"
npm run agents:logs
npm run agents:stop
npm run agents:update -- "tester preparing mobile QA"
npm run agents:update -- tester "preparing mobile QA checklist"
npm run agents:done -- "status handoff complete"
Handoff Format
End agent work with:
- Role used
- Files changed or inspected
- Verification performed
- Risks or follow-up work
What ships with it: 11 files
29.4 KB alongside SKILL.md
agents/
- openai.yaml332 B
references/
- PHERE_9_AGENT_ROSTER.md4.5 KB
- PHERE_9_AGENT_WORKFLOWS.md3.2 KB
- PHERE_AGENT_QUALITY_CONTRACTS.md2.5 KB
- PHERE_AGENT_ROUTING_ALGORITHM.md3.0 KB
- PHERE_AGENT_TRUTHFULNESS_RULES.md2.7 KB
- PHERE_CODEX_HANDOFF_QUEUE_PLAN.md2.2 KB
- PHERE_ENTERPRISE_AGENT_OPERATING_MODEL.md2.8 KB
- PHERE_FREE_LOCAL_AI_WORKER_PLAN.md2.6 KB
- PHERE_OPTIONAL_BUSINESS_AGENTS.md2.5 KB
- PHERE_PRODUCTION_SECURITY_GATES.md3.1 KB