← 返回
开发者工具 中文

Repo Onboarding

Onboard a repo by assessing architecture and dependencies, setting up roadmap and kanban for execution, and generating a comprehensive onboarding report.
评估仓库的架构与依赖,制定路线图和看板,生成完整的入职报告。
broedkrummen
开发者工具 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 764
下载
💾 8
安装
1
版本
#coding#latest#productivity

概述

Repo Onboarding

Combine senior-architect (technical intake) + repo-kanban-pm (execution governance).

Workflow

  1. Technical intake (architecture + dependencies)
  2. Execution system install (ROADMAP + KANBAN + bug inbox)
  3. Onboarding report for handoff

Step 1 — Technical intake

Run from target repo root:

# 1) architecture assessment
python /home/broedkrummen/.openclaw/workspace-cody/skills/senior-architect/scripts/project_architect.py . --output json > docs/pm/architecture-assessment.json

# 2) dependency analysis
python /home/broedkrummen/.openclaw/workspace-cody/skills/senior-architect/scripts/dependency_analyzer.py . --output json > docs/pm/dependency-analysis.json

# 3) architecture diagram (mermaid)
python /home/broedkrummen/.openclaw/workspace-cody/skills/senior-architect/scripts/architecture_diagram_generator.py . --format mermaid -o docs/pm/architecture-diagram.md

If scripts fail, continue with manual fallback:

  • identify stack (package.json, pyproject.toml, go.mod, etc.)
  • capture run/build/test commands
  • summarize folder structure and core boundaries in docs/pm/ONBOARDING.md

Step 2 — Install execution governance

bash /home/broedkrummen/.openclaw/workspace-cody/skills/repo-kanban-pm/scripts/init_repo_pm.sh "$(pwd)"

Optional daily PM audit:

bash /home/broedkrummen/.openclaw/workspace-cody/skills/repo-kanban-pm/scripts/add_daily_pm_cron.sh "$(pwd)" --agent cody --tz UTC --time 09:30

Step 3 — Create onboarding report

Create docs/pm/ONBOARDING.md using references/onboarding-template.md.

Must include:

  • architecture summary
  • dependency risks / circular deps
  • run/build/test matrix
  • env/config prerequisites
  • initial roadmap/kanban status
  • first recommended feature slice

Exit criteria

Complete only when all are true:

  • docs/pm/architecture-assessment.json exists (or manual equivalent documented)
  • docs/pm/dependency-analysis.json exists (or manual equivalent documented)
  • docs/roadmap/ROADMAP.md exists
  • at least one docs/features//KANBAN.md exists
  • docs/pm/ONBOARDING.md exists and is actionable

Notes

  • Do not duplicate existing PM systems if repo already has one.
  • If an equivalent workflow already exists, integrate with existing conventions and only fill gaps.
  • Keep onboarding concise and executable by another agent in <10 minutes.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 07:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Brave Api Search

broedkrummen
Real-time web search, autosuggest, and AI-powered answers using the official Brave Search API. Use for searching documen
★ 2 📥 9,325
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,563
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,949