Skip to content

Add AI Helpers Enabled Workflow#36

Open
jeremyeder wants to merge 2 commits intoambient-code:mainfrom
jeremyeder:feat/ai-helpers-enabled-workflow
Open

Add AI Helpers Enabled Workflow#36
jeremyeder wants to merge 2 commits intoambient-code:mainfrom
jeremyeder:feat/ai-helpers-enabled-workflow

Conversation

@jeremyeder
Copy link
Contributor

Summary

This PR adds a new workflow that provides automatic integration with the odh-ai-helpers marketplace, enabling developers to access AI automation tools and productivity plugins without manual configuration.

What's New

A complete production-ready workflow: AI Helpers Enabled

Key Features

  • Zero-Configuration Marketplace: Automatically enables odh-ai-helpers marketplace in every session
  • 5-Phase Methodology: Structured approach (Understand → Plan → Execute → Verify → Document)
  • Specialized Agent: Helper - Marketplace Specialist for marketplace integration expertise
  • Three Utility Commands:
    • /helpers.list - List available marketplace plugins
    • /helpers.validate - Validate marketplace configuration
    • /helpers.scan-fips - Run FIPS compliance scan
  • Complete Documentation: README.md and FIELD_REFERENCE.md
  • Production-Ready: No comments in JSON, follows workflow-creator pattern

Files Added

workflows/ai-helpers-enabled/
├── .ambient/
│   └── ambient.json              # Workflow configuration
├── .claude/
│   ├── agents/
│   │   └── helper-marketplace-specialist.md
│   ├── commands/
│   │   ├── helpers.list.md
│   │   ├── helpers.validate.md
│   │   └── helpers.scan-fips.md
│   └── claude-settings.json      # Marketplace configuration
├── README.md                     # Comprehensive documentation
└── FIELD_REFERENCE.md           # Configuration reference

Use Case

This workflow is designed for developers who:

  • Want immediate access to AI automation tools
  • Need FIPS compliance scanning capabilities
  • Prefer zero-configuration marketplace setup
  • Work with the odh-ai-helpers marketplace regularly

Testing

  • JSON syntax validated (ambient.json, claude-settings.json)
  • Directory structure follows template-workflow pattern
  • All documentation is complete and accurate
  • Agent file follows standard template
  • Command files follow standard template
  • Workflow follows workflow-creator skill pattern

Configuration

The workflow automatically enables the marketplace via .claude/claude-settings.json:

{
  "extraKnownMarketplaces": {
    "odh-ai-helpers": {
      "source": {
        "source": "directory",
        "path": "/opt/ai-helpers"
      }
    }
  },
  "enabledPlugins": {
    "odh-ai-helpers@odh-ai-helpers": true
  }
}

Integration

This workflow integrates with:

  • odh-ai-helpers marketplace at /opt/ai-helpers
  • fips-compliance-checker plugin (for security scanning)
  • Standard ACP workflow infrastructure

Documentation

  • Complete README.md with usage examples
  • FIELD_REFERENCE.md explaining all configuration options
  • Agent documentation following standard template
  • Command documentation with prerequisites and examples

🤖 Co-Authored-By: Claude Sonnet 4.5

jeremyeder and others added 2 commits February 2, 2026 04:28
This workflow provides a development environment with the odh-ai-helpers
marketplace pre-configured and automatically enabled in every session.

Features:
- Zero-configuration marketplace integration
- Automatic plugin enablement (odh-ai-helpers@odh-ai-helpers)
- 5-phase structured methodology (Understand → Plan → Execute → Verify → Document)
- Specialized marketplace agent (Helper - Marketplace Specialist)
- Three utility commands:
  - /helpers.list - List available marketplace plugins
  - /helpers.validate - Validate marketplace configuration
  - /helpers.scan-fips - Run FIPS compliance scan
- Comprehensive documentation and field reference
- Production-ready configuration (no comments in JSON)

The workflow is designed for developers who want immediate access to
AI automation tools and productivity plugins without manual setup.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant