autonomous-setup
SolidUse when an approved product brief (project/BRIEF.md, status APPROVED) exists and the project should be set up without further user input — research, tech decisions, scaffold, backlog. Do not use while the brief is missing or DRAFT (→ project-onboarding).
AI & Automation 4 stars
0 forks Updated 1 weeks ago MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Autonomous Setup
## Principle
From here on, **no questions to the user**. Every open decision is made autonomously and logged in
`project/DECISIONS.md` as an ADR. Only exceptions: the escalation criteria from the
autonomy contract in `project/BRIEF.md`.
**No `AskUserQuestion` tool** (enforced): a reversible open decision → decide and log an ADR; an escalation criterion hit → stop with a decision memo. Never an interactive prompt.
## Precondition
`project/BRIEF.md` exists with status APPROVED. Otherwise abort and request `project-onboarding`.
## Phases
### 1. Research (timeboxed, parallel)
First read the global knowledge base (resolve: `$SKILLS_KNOWLEDGE_DIR` if set, otherwise the path
in `<skills-dir>/_shared/knowledge.path` — written by install.sh; if neither resolves → skip) —
documented learnings from earlier projects replace research and prevent repeat mistakes.
Then parallel read-only subagents in one invocation block, one per question:
- **Alternatives:** What already exists? What does it not do well enough? (confirms/sharpens the core contract)
- **Tech options:** 2–3 stack candidates fitting the must-have outcomes, target environment, and cost frame — with trade-offs, not with a winner
- **Risks:** legal, technical, and cost traps of the domain
Results go to `project/log/<date>-research-<topic>.md`. Research findings that suggest new features
go into `project/IDEAS.md` — **never** directly into scope.
### 2. Decide
Determine stack, architecture cut, and proj...
Details
- Author
- BechsteinDigital
- Repository
- BechsteinDigital/claude-shiploop
- Created
- 1 weeks ago
- Last Updated
- 1 weeks ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
project-onboarding
Use when the user pitches a new project or product idea, wants to start a new project, or asks for an onboarding interview — including vague ideas ("I have an idea for an app"). The only interactive skill of the suite; everything after it runs autonomously.
4 Updated 1 weeks ago
BechsteinDigital AI & Automation Solid
init-project
Use when setting up a new or existing project for AI-assisted development.
11 Updated today
kangig94 AI & Automation Solid
autopilot
Full autonomous execution from idea to working code
6 Updated today
mazenyassergithub