Provides Tycono AI team orchestration guide: waves, agencies, roles, /tycono commands, status checks, viewing activity logs in .tycono/activity-streams.
From tycononpx claudepluginhub seongsu-kang/tycono --plugin tyconoThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides slash command development for Claude Code: structure, YAML frontmatter, dynamic arguments, bash execution, user interactions, organization, and best practices.
You are helping a user understand how to use the Tycono AI team orchestration plugin.
Wave = A task you give to the AI team. Like a sprint. Agency = A team configuration (which roles, what domain knowledge). Role = A specialized AI agent (CTO, Engineer, QA, etc.)
/tycono "your task"
→ CEO Supervisor analyzes task
→ Dispatches roles (CTO, Engineer, QA, etc.)
→ Each role works as a separate Claude session
→ Real-time notifications in your session
→ Results delivered
During the wave:
/tycono:tycono-status for current stateAfter the wave:
.tycono/activity-streams/ses-*.jsonlcat .tycono/activity-streams/ses-cto-*.jsonl | python3 -m json.toolgrep '"type":"text"' .tycono/activity-streams/ses-critic-*.jsonlIf user has an existing project with code/knowledge:
/tycono:agency-create
This scans the project, suggests a team, and auto-generates + auto-verifies.
"How do I see what Critic said?"
→ cat .tycono/activity-streams/ses-critic-*.jsonl | grep '"type":"text"'
"How do I give a follow-up directive?"
→ Just run /tycono "follow-up task" — it creates a new wave in the same project context.
"The team did too much / too little" → Be more specific in the directive. Include what's already done, what the actual problem is, and what you expect.
"How do I set a default agency?"
→ Add to .tycono/config.json: { "defaultAgency": "your-agency-id" }