Team Iterdev
Team Iterdev streamlines software development by automating task assignment and tracking, boosting team efficiency and project delivery.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add team-iterdev npx -- -y @trustedskills/team-iterdev
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"team-iterdev": {
"command": "npx",
"args": [
"-y",
"@trustedskills/team-iterdev"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
Team Iterdev streamlines software development using an iterative process, employing a Generator-Critic loop (developer to reviewer) with up to three rounds of feedback. It automates task assignment and tracking via a real-time task-ledger.json file, facilitates cross-sprint learning through a "wisdom" directory, and dynamically selects pipelines for incremental delivery. The system utilizes specialized worker agents assigned roles like architect, developer, tester, and reviewer to manage different phases of the development lifecycle.
When to use it
- When you need structured feedback loops between developers and reviewers.
- For projects requiring incremental software delivery with automated task management.
- To improve team efficiency by automating task assignment and tracking progress.
- When cross-sprint knowledge sharing and learning from past decisions is important.
Key capabilities
- Generator-Critic Loops: Facilitates iterative development with up to three rounds of feedback between developers and reviewers.
- Task Ledger: Provides a real-time view of task progress (
task-ledger.json). - Shared Memory (Wisdom Directory): Accumulates cross-task knowledge in
wisdom/directory (learnings, decisions, conventions, issues). - Dynamic Pipeline Selection: Enables incremental software delivery.
- Role-Based Workers: Utilizes specialized agents for architecting, development, testing, and review tasks.
Example prompts
- "Team Iterdev: Analyze this user story and assign tasks."
- "Team Iterdev: Review the code changes in
dev-log.md." - "Team Iterdev: Continue to the next step in the workflow."
Tips & gotchas
- The skill uses a session directory (
.workflow/.team/IDS-<slug>-<YYYY-MM-DD>/) for storing task analysis, ledger, and other outputs. - A
task-ledger.jsonfile tracks real-time progress. - CLI tools (
ccw cli --mode analysis,ccw cli --mode write) are used to interact with the workflow.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.