Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

shadows-project-architect阴影项目建筑师

Agent Skill

shadows-project-architect 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

13,562

周安装

554

GitHub Stars

公开资料未说明

下载量

4,388
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:shadows-project-architect(阴影项目建筑师)
来源仓库:https://github.com/nakedoshadow/shadows-project-architect
安装命令:
openclaw skills install shadows-project-architect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install shadows-project-architect

简介

提供结构化项目规划服务,包括需求分析、架构设计与任务分解。

  • 适合新项目启动阶段定义里程碑与依赖关系映射。
  • 通过 clawhub 安装并使用 openclaw skills install shadows-project-architect 命令启用。
  • 使用前应确认是否涉及敏感数据处理或外部系统集成。
  • 建议结合项目规模评估其输出结果的实际可用性。

SKILL.md

name
project-architect
description
Structured project planning — requirements analysis, architecture design, task breakdown, dependency mapping, milestone definition. Use when starting a new project or major feature.
metadata
{ "openclaw": { "emoji": "🏗️", "homepage": "https://clawhub.ai/NakedoShadow", "os": ["darwin", "linux", "win32"] } }

Project Architect — Structured Planning Protocol

Version: 1.1.0 | Author: Shadows Company | License: MIT


WHEN TO TRIGGER

  • Starting a new project from scratch
  • Planning a major feature or module
  • User says "plan this", "architect", "design the system"
  • Refactoring a large codebase
  • Breaking a monolith into services

WHEN NOT TO TRIGGER

  • Small bug fixes or single-file changes
  • User already has a detailed plan
  • Quick prototyping / experimentation

PREREQUISITES

No binaries required. This is a pure planning and reasoning skill. It produces structured text output (project plans, architecture documents, task breakdowns) without executing any commands or requiring any external tools.


PROTOCOL — 5 PHASES

Phase 1 — REQUIREMENTS CAPTURE

Ask the user (max 5 questions):

  1. What — What does this system/feature do? (core functionality)
  2. Who — Who uses it? (user personas)
  3. Scale — Expected load/data volume? (performance requirements)
  4. Constraints — Tech stack preferences, budget, timeline?
  5. Integration — What existing systems does it connect to?

Phase 2 — ARCHITECTURE DESIGN

Based on requirements, define:

System Components:

[Component A] --> [Component B] --> [Component C]
       |                                  |
       v                                  v
  [Database]                        [External API]

For each component:

  • Responsibility (single purpose)
  • Interface (inputs/outputs)
  • Technology choice (with rationale)
  • Data model (key entities)

Architecture Decisions Record (ADR):

### ADR-001: [Decision Title]
- **Status**: Accepted
- **Context**: [Why this decision was needed]
- **Decision**: [What was decided]
- **Consequences**: [Trade-offs accepted]

Phase 3 — TASK BREAKDOWN

Break the project into implementable tasks:

## Epic 1: [Name]
- [ ] Task 1.1: [Description] (~Xh)
- [ ] Task 1.2: [Description] (~Xh)
  - Depends on: Task 1.1
- [ ] Task 1.3: [Description] (~Xh)

## Epic 2: [Name]
- [ ] Task 2.1: [Description] (~Xh)
  - Depends on: Task 1.2

Rules:

  • Each task must be completable in 1-4 hours
  • Dependencies explicitly stated
  • Effort estimate for each task
  • Tasks ordered by dependency chain

Phase 4 — DEPENDENCY MAPPING

Identify critical path:

  1. Map task dependencies as a directed graph
  2. Identify the longest path (critical path)
  3. Identify parallelizable work streams
  4. Flag external dependencies (APIs, approvals, data)

Phase 5 — MILESTONE DEFINITION

Define 3-5 milestones:

### Milestone 1: Foundation (Week 1)
- [x] Project setup, CI/CD pipeline
- [x] Core data models
- [x] Basic API skeleton
**Demo**: API responds to health check

### Milestone 2: Core Features (Week 2-3)
- [ ] Feature A implementation
- [ ] Feature B implementation
**Demo**: User can perform primary workflow

### Milestone 3: Polish & Deploy (Week 4)
- [ ] Error handling, edge cases
- [ ] Documentation
- [ ] Production deployment
**Demo**: Live system accessible to users

SECURITY CONSIDERATIONS

This skill is purely advisory — it generates project plans, architecture documents, and task breakdowns as text output. It does not execute commands, read sensitive files, make network calls, or modify any configuration. Zero risk profile.


OUTPUT FORMAT

# Project Plan: [Name]
**Date**: [YYYY-MM-DD]

## 1. Requirements Summary
[Concise requirements from Phase 1]

## 2. Architecture
[Diagram + component descriptions + ADRs]

## 3. Task Breakdown
[Epics with tasks, estimates, dependencies]

## 4. Critical Path
[Dependency chain visualization]

## 5. Milestones
[3-5 milestones with demo criteria]

## 6. Risks
| Risk | Probability | Impact | Mitigation |
|------|------------|--------|------------|
| ...  | ...        | ...    | ...        |

## 7. Next Steps
[First 3 tasks to start immediately]

RULES

  1. Ask before assuming — never design without understanding requirements
  2. Simple first — start with the simplest architecture that could work
  3. No over-engineering — design for current needs, not hypothetical futures
  4. Explicit dependencies — every task must state what it depends on
  5. Demo-driven milestones — each milestone must have a demonstrable outcome

Published by Shadows Company — "We work in the shadows to serve the Light."

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.89%
按下载量换算3,549

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills