Track task steps and write reports to preserve context across agent sessions and avoid forgetting user intentions.
Do planreview step of the PLANNING phase of star-team workflow.
Do research step of the PREP phase of star-team workflow.
Run complex tasks successfully by utilitizing a development team with famour personalities. Use when
For research steps of the star-team workflow.
Collection of AI skills and extensions to rock your development.
Compatible with Claude Code and Codex
Rockstar is a collection of skills, commands and tools that enhance AI-assisted development workflows in Claude Code and Codex.
Contains:
Claude Code — use my marketplace:
/plugin marketplace add andreyvit/claude-code-plugins
/plugin install rockstar
Codex — clone and run the installer:
git clone https://github.com/andreyvit/rockstar.git
cd rockstar
./install
See also: Codex skills docs.
If you want to use a skill occasionally, just tell your agent to e.g. use star-team skill when you want to.
To enable by default, add the following to your AGENTS.md:
Use report-keeping and star-team skills for all future user requests and tasks.
report-keeping skillTeaches your AI agents to store your input and write report files after each step. This solves agent amnesia and helps medium-term steering.
When an agent works in multiple iterative steps, it's helpful to keep a structured set of "reports":
_tasks/
├── current -> 2025-10-02-refactor-something
├── 2025-10-01-implement-feature/
│ ├── 001-user-request.md
│ ├── 002-plan.md
│ ├── 003-implementation.md
│ └── 004-tests.md
└── 2025-10-02-refactor-something/
├── 001-analysis.md
└── 002-plan.md
Bureau provides:
You can install bureau tool by running skills/report-keeping/scripts/bureau --install-symlink.
When run without arguments, bureau prints the current task directory and a list of report files:
Current task reports dir: _tasks/2025-10-02-refactor-something
[4 reports found]
001-user-request.md
002-plan.md
003-implementation.md
004-tests.md
[to start new report file] bureau -n <report-suffix>
[to switch to a new task] bureau -N <task-suffix>
[to switch to prior task] bureau -S <YYYY-MM-DD-task-suffix>
[to see recent tasks] bureau -T
star-team skillWIP.
claude --plugin-dir /path/to/rockstar
Bureau self-test:
skills/report-keeping/scripts/bureau-selftest.sh
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub andreyvit/rockstarManage task-based report files with dated folders and sequential numbering
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
AI team workflow harness for Claude Code — specialist agents, shared skills, slash commands, hooks, and staged delegation pipeline.
AI team role and worker manager for multi-agent development workflows.
Interactive skill that analyzes a task, proposes an agent team composition, and creates the team after user confirmation