一键导入
darwin-architect-bootstrap
Workspace scanning and structured analysis brief generation for unfamiliar repositories
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Workspace scanning and structured analysis brief generation for unfamiliar repositories
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safety rules for modifying Dockerfiles and Containerfiles. Use when editing container build files.
MR/PR context gathering and diagnostic reporting guidelines. Activates when working on events that reference MRs/PRs or when reporting investigation findings.
Team coordination for implement and test modes. Developer and QE use team_send_results for final reports, team_huddle for mid-task questions to FRIDAY.
GitOps workflow rules for modifying infrastructure via git. Use when cloning repos, modifying Helm values, committing, pushing, or verifying deployments.
MR/PR lifecycle operations -- pipeline check, retest, merge, conflict reporting. Extends darwin-gitlab-ops.
Report findings and status updates to the Darwin FRIDAY. Use team_send_results for final reports (task modes). In message mode, use team_send_message instead.
| name | darwin-architect-bootstrap |
| description | Workspace scanning and structured analysis brief generation for unfamiliar repositories |
| modes | ["plan","review","analyze"] |
| roles | ["architect"] |
When dispatched to analyze an unfamiliar repository or assess a change's impact, scan before planning. The goal is to produce a structured analysis brief that gives FRIDAY and downstream agents enough context to act.
Read the repository's orientation signals first. These files establish intent, conventions, and deployment context:
package.json, requirements.txt, go.mod, Cargo.toml, pyproject.toml.github/workflows/, .tekton/, .gitlab-ci.yml, Jenkinsfilehelm/, kustomize/, Dockerfile, Containerfile, deploy/Classify the technology stack along these dimensions:
Report the stack as a concise summary table, not a prose paragraph.
Identify the system's architectural surfaces:
Understanding boundaries prevents plans from accidentally crossing service ownership lines.
Observe the patterns the repository already follows. Plans that respect existing conventions are adopted faster:
Report conventions as observed facts, not recommendations.
Produce a structured Markdown brief with these sections:
| Section | Content |
|---|---|
| Stack Summary | Language, framework, build, deployment target |
| Architecture Boundaries | Ports, adapters, service boundaries, API surfaces |
| Key Files | Entrypoints, config, CI, deployment manifests |
| Conventions Detected | Naming, error handling, testing, file organization |
| Gaps / Risks | Missing tests, undocumented APIs, stale dependencies, security concerns |
| Recommended Next Steps | What to investigate further, what to plan first |
The brief is your deliverable. Send it via team_send_results.
@ai-rules: header convention, follow it