boss

分类: 运维与交付 | 上传者: echoVicechoVic | 下载: 0 | 版本: v1.0(最新)

BMAD 全自动研发流水线编排器。编排 9 个专业 Agent(PM、架构师、UI 设计师、Tech Lead、Scrum Master、开发者、QA、DevOps)从需求到部署一气呵成。

更新日志: Source: GitHub https://github.com/echoVic/boss-skill

目录结构

当前层级: tree/main/

  • 📁 .claude/
    • 📄 settings.json 4.2 KB
  • 📁 .claude-plugin/
    • 📄 marketplace.json 661 B
    • 📄 plugin.json 664 B
  • 📁 agents/
    • 📁 prompts/
      • 📄 code-quality-reviewer-prompt.md 3.6 KB
      • 📄 implementer-prompt.md 3.4 KB
      • 📄 spec-reviewer-prompt.md 2.8 KB
      • 📄 subagent-protocol.md 6.5 KB
    • 📁 shared/
      • 📄 agent-protocol.md 3.4 KB
      • 📄 tech-detection.md 4.2 KB
    • 📄 boss-architect.md 11.8 KB
    • 📄 boss-backend.md 3.5 KB
    • 📄 boss-devops.md 2.4 KB
    • 📄 boss-frontend.md 3.3 KB
    • 📄 boss-pm.md 9.5 KB
    • 📄 boss-qa.md 8.8 KB
    • 📄 boss-scrum-master.md 2.1 KB
    • 📄 boss-tech-lead.md 5.6 KB
    • 📄 boss-ui-designer.md 16.4 KB
    • 📄 openai.yaml 202 B
  • 📁 bin/
    • 📄 boss-skill.js 9.4 KB
  • 📁 commands/
    • 📄 boss-upgrade.md 1.4 KB
    • 📄 boss.md 1.4 KB
  • 📁 harness/
    • 📁 pipeline-packs/
      • 📁 api-only/
        • 📄 pipeline.json 931 B
      • 📁 core/
        • 📄 pipeline.json 507 B
      • 📁 default/
        • 📄 pipeline.json 776 B
      • 📁 solana-contract/
        • 📄 pipeline.json 721 B
    • 📁 plugins/
      • 📁 security-audit/
        • 📄 gate.sh 3.9 KB
        • 📄 plugin.json 398 B
    • 📄 artifact-dag.json 1.7 KB
    • 📄 plugin-schema.json 3.5 KB
  • 📁 references/
    • 📄 artifact-guide.md 2.4 KB
    • 📄 bmad-methodology.md 6.2 KB
    • 📄 quality-gate.md 2.6 KB
    • 📄 testing-standards.md 1.0 KB
  • 📁 scripts/
    • 📁 gates/
      • 📄 gate-runner.sh 4.6 KB
      • 📄 gate0-code-quality.sh 2.9 KB
      • 📄 gate1-testing.sh 4.8 KB
      • 📄 gate2-performance.sh 4.9 KB
    • 📁 harness/
      • 📄 append-event.sh 3.7 KB
      • 📄 check-artifact.sh 7.4 KB
      • 📄 check-stage.sh 7.7 KB
      • 📄 detect-pack.sh 4.9 KB
      • 📄 load-plugins.sh 6.5 KB
      • 📄 materialize-state.sh 4.5 KB
      • 📄 record-feedback.sh 3.5 KB
      • 📄 replay-events.sh 3.1 KB
      • 📄 retry-agent.sh 1.9 KB
      • 📄 retry-stage.sh 1.7 KB
      • 📄 update-agent.sh 2.3 KB
      • 📄 update-stage.sh 4.3 KB
      • 📄 watch-progress.sh 1.5 KB
    • 📁 hooks/
      • 📄 on-notification.js 1.7 KB
      • 📄 on-stop.js 1.2 KB
      • 📄 post-tool-bash.js 1.6 KB
      • 📄 post-tool-write.js 2.6 KB
      • 📄 pre-tool-write.js 2.6 KB
      • 📄 session-end.js 2.4 KB
      • 📄 session-resume.js 2.4 KB
      • 📄 session-start.js 2.8 KB
      • 📄 subagent-start.js 1.9 KB
      • 📄 subagent-stop.js 3.0 KB
    • 📁 lib/
      • 📄 boss-utils.js 4.1 KB
      • 📄 common.sh 2.2 KB
      • 📄 hook-flags.js 963 B
      • 📄 progress-emitter.js 1.0 KB
      • 📄 run-with-flags.js 3.0 KB
    • 📁 report/
      • 📄 generate-summary.sh 7.3 KB
    • 📄 init-project.sh 9.3 KB
    • 📄 prepare-artifact.sh 1.1 KB
    • 📄 release.js 5.1 KB
    • 📄 resolve-template.sh 809 B
  • 📁 skills/
    • 📁 brainstorming/
      • 📄 SKILL.md 4.5 KB
  • 📁 templates/
    • 📄 architecture.md.template 5.3 KB
    • 📄 deploy-report.md.template 4.6 KB
    • 📄 prd.md.template 2.5 KB
    • 📄 qa-report.md.template 7.2 KB
    • 📄 tasks.md.template 4.5 KB
    • 📄 tech-review.md.template 3.3 KB
    • 📄 ui-spec.md.template 6.4 KB
  • 📁 test/
    • 📁 bin/
      • 📄 boss-skill.test.js 2.0 KB
    • 📁 harness/
      • 📄 artifact-dag.test.js 6.3 KB
      • 📄 detect-pack.test.js 2.4 KB
      • 📄 event-sourcing.test.js 5.4 KB
      • 📄 feedback-loops.test.js 5.6 KB
      • 📄 update-agent.test.js 6.2 KB
    • 📁 helpers/
      • 📄 fixtures.js 1.1 KB
    • 📁 hooks/
      • 📄 on-notification.test.js 2.0 KB
      • 📄 on-stop.test.js 2.1 KB
      • 📄 post-tool-bash.test.js 1.4 KB
      • 📄 post-tool-write.test.js 2.8 KB
      • 📄 pre-tool-write.test.js 2.4 KB
      • 📄 session-end.test.js 2.2 KB
      • 📄 session-resume.test.js 2.3 KB
      • 📄 session-start.test.js 2.9 KB
      • 📄 subagent-start.test.js 1.4 KB
      • 📄 subagent-stop.test.js 1.7 KB
    • 📁 lib/
      • 📄 boss-utils.test.js 6.7 KB
      • 📄 hook-flags.test.js 3.0 KB
      • 📄 progress-emitter.test.js 2.5 KB
  • 📄 .coderabbit.yaml 3.9 KB
  • 📄 .gitignore 283 B
  • 📄 .npmignore 88 B
  • 📄 CONTRIBUTING.md 5.8 KB
  • 📄 DESIGN.md 37.0 KB
  • 📄 LICENSE 1.1 KB
  • 📄 package.json 1.3 KB
  • 📄 README.md 12.2 KB
  • 📄 SKILL.md 19.5 KB

SKILL.md

登录后下载/点赞/收藏 ❤ 261 | ★ 0
评论 0

请先登录后评论。

评论加载中...