dia-setup

Configure the Digital Innovation Agents workflow in project files.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/salemaziel/digital-innovation-agents --skill dia-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dia-setup
Source: https://github.com/salemaziel/digital-innovation-agents/tree/main/skills/dia-setup
Command: npx skills add https://github.com/salemaziel/digital-innovation-agents --skill dia-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit automates the setup and configuration of the Digital Innovation Agents workflow in a project, including activation, reconfiguration, and deactivation of the workflow.

Core Features & Use Cases

  • Activation/Reconfiguration: Setup or update the workflow configuration with the option to select between three modes (off, git-only, github-sync).
  • Anchor Block Management: Manage anchor blocks in agent-facing files to control the plugin's behavior.
  • Source Branch Configuration: Configure the source branch for feature branches created by the workflow.
  • GitHub Project Integration: Integrate with GitHub Projects to mirror backlog state (optional).
  • Use Case: For a project transitioning to the Digital Innovation Agents workflow, the skill can be used to initialize the configuration and set up GitHub project integration.

Quick Start

To activate the Digital Innovation Agents workflow, run: dia-setup

Frequently Asked Questions about dia-setup

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

FAQPage Schema
How do I configure the Digital Innovation Agents workflow in my project?

To configure the Digital Innovation Agents workflow, run the setup command to activate it. You can select between three modes (`off`, `git-only`, `github-sync`) and manage settings via the `.dia/config.toml` file.

What is the difference between git-only and github-sync modes for agent workflow setup?

In workflow setup, `git-only` manages branches and configuration locally, while `github-sync` adds optional integration with GitHub Projects to mirror backlog state. Choose `github-sync` for remote synchronization or `git-only` for local-only operations.

How do I integrate GitHub Projects with my agent workflow configuration?

To integrate GitHub Projects, activate the workflow using the `github-sync` mode during setup. This configures the integration to mirror your backlog state directly to GitHub Projects alongside your local configuration.

How do I deactivate or turn off the Digital Innovation Agents workflow?

To deactivate the Digital Innovation Agents workflow, run the setup process and switch the configuration mode to `off`. This updates the `.dia/config.toml` file and removes active behavior from project files.

Do I need a specific source branch configuration for feature branches created by the workflow?

Yes, the workflow setup includes source branch configuration to define where feature branches are created. This setting is managed within your project configuration to ensure proper branch management.

Why are anchor blocks needed in agent-facing files during workflow setup?

Anchor blocks are managed in agent-facing files during setup to control the plugin's behavior. They ensure the Digital Innovation Agents workflow integrates correctly with your project's configuration and file structure.