consigliere-bootstrap

Create a private consigliere workspace with sources, contexts, projects, and people directories.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/leocosta/octopus --skill consigliere-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consigliere-bootstrap
Source: https://github.com/leocosta/octopus/tree/main/skills/consigliere-bootstrap
Command: npx skills add https://github.com/leocosta/octopus --skill consigliere-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill scaffolds a private manager workspace for consigliere by creating a dedicated, isolated directory structure and enforcing strict separation from code repositories, enabling safe, centralized digesting and state management.

Core Features & Use Cases

  • Bootstraps a private workspace layout including sources/, contexts/, projects/, and people/ with proper README.md and guardrails to ensure consistency.
  • Enforces the write-guard so managerial data stays within the configured workspace and never lands in team or code repositories.
  • Seeds a minimal sample context and a sample project to serve as living documentation and a reference workflow for onboarding.
  • Supports manual bootstrap flows to resolve the workspace path and ensure safe initialization before use.

Quick Start

Run the bootstrap to create the private consigliere workspace skeleton and record its absolute path in consigliere.workspace.

Frequently Asked Questions about consigliere-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a private workspace for digesting managerial inputs?

To bootstrap a private workspace, run the bootstrap flow to create a dedicated directory structure with sources/, contexts/, projects/, and people/ folders, ensuring strict isolation from code repositories for safe managerial data digesting.

Why should I isolate managerial data from code repositories?

Isolating managerial data from code repositories enforces a write-guard that prevents sensitive inputs from landing in team or code repositories, providing a stable, centralized ground for digest workflows and state management.

What directory structure is required for a consigliere workspace?

A consigliere workspace requires sources/, contexts/, projects/, and people/ directories. Each is created with a proper README.md and guardrails to ensure consistency when organizing and digesting managerial inputs.

Does the bootstrap process record the workspace path for later use?

Yes, the bootstrap process resolves the workspace path and records its absolute location in the consigliere.workspace file, ensuring safe initialization and path resolution before any digest workflows run.

Can I get sample contexts and projects when scaffolding a workspace?

Yes, scaffolding the workspace seeds a minimal sample context and a sample project to serve as living documentation and a reference workflow for onboarding to the managerial input digest process.

What are the limitations of manually bootstrapping a workspace?

Manual bootstrap flows require resolving the workspace path and ensuring safe initialization before use, meaning you must execute this setup step prior to running any digest workflows to maintain the enforced write-guard.