スキル一覧に戻る
bendrucker

project

by bendrucker

Agent for building cycling routes

0🍴 0📅 2025年12月22日
GitHubで見るManusで実行

SKILL.md


name: project description: | Manage route-agent project: check status, find next tasks, spawn parallel work. Use when starting work, checking progress, or asking "what's next?" allowed-tools:

  • Bash(gh:*)
  • Bash(git:*)
  • mcp__github
  • Task

Project Management

Assess project status, find ready tasks, and orchestrate parallel work.

Commands

CommandAction
/projectShow milestone progress and ready tasks
/project nextRecommend single next task
/project workSpawn sub-agents for ready tasks (parallel)
/project work #NWork on specific issue
/project cleanupRemove worktrees for merged PRs

Quick Start

# Milestone progress
gh api repos/bendrucker/route-agent/milestones --jq '.[] | "\(.title): \(.closed_issues)/\(.open_issues + .closed_issues)"'

# Open issues
gh issue list --repo bendrucker/route-agent --state open --json number,title,milestone,body --limit 100

Finding Ready Tasks

Ready = No "Depends On" section, OR all dependencies closed.

Parse from issue body:

## Depends On
- Issue title here

Parallel Work (/project work)

  1. Find ready tasks - Parse dependencies, filter unblocked
  2. Create worktrees - One per issue in ./worktrees/<N>/ (inside project, sandbox-allowed)
  3. Spawn sub-agents - Each works in background, creates PR
  4. Report - List spawned agents for monitoring

See references/worktrees.md for details.

Sub-Agent Prompt

Work on issue #N in worktree at <path>.

Issue: <title>
<body>

1. cd to worktree
2. Read CLAUDE.md and relevant docs
3. Implement requirements
4. Commit with descriptive message
5. Push and create PR with "Closes #N"
6. Return PR URL

Milestone Priority

  1. Foundation
  2. Eval Setup (parallel)
  3. Strava Integration
  4. GraphHopper Integration
  5. Route Synthesis
  6. Place Search, Water Stops, Climb Integration, Weather Integration
  7. Ride Preparation, Narrative Research
  8. Research Quality, Route Refinement
  9. Evaluation Framework

Output

Status:

## Project Status

### Foundation (1/2)
- [x] #2 SDK project structure
- [ ] #3 Checkpoint system - READY

### Ready (2)
- #3 Checkpoint system (Foundation)
- #4 Promptfoo setup (Eval Setup)

Work:

## Parallel Work

Spawning:
- #3 Checkpoint system → worktree created, agent launched
- #4 Promptfoo setup → worktree created, agent launched

Monitor with /tasks. PRs appear for review.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です