development-workflow

Manage Falcon Foundry app lifecycle from requirements through release via CLI automation.

24|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/CrowdStrike/foundry-skills --skill development-workflow-crowdstrike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-workflow
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/development-workflow
Command: npx skills add https://github.com/CrowdStrike/foundry-skills --skill development-workflow-crowdstrike

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill centralizes the orchestration of Falcon Foundry application development, enabling seamless management of requirements, scaffolding, development, testing, and deployment processes.

Core Features & Use Cases

  • Full Lifecycle Management: Coordinates activities from initial requirements parsing to final release, ensuring adherence to best practices and dependency order.
  • Automated Scaffolding: Utilizes CLI commands to create apps, capabilities, and resources based on user input, minimizing manual configuration.
  • Deployment and Publishing: Handles build, deploy, and release tasks, facilitating rapid iteration and consistent environment updates.

Quick Start

When a user asks to create a Falcon Foundry app, run the CLI scaffolding commands, then delegate capability-specific content creation to sub-skills.

Frequently Asked Questions about development-workflow

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

FAQPage Schema
How do I automate Falcon Foundry app lifecycle management from start to deployment?

Falcon Foundry app lifecycle management is automated through CLI commands that handle requirements parsing, app scaffolding, capability development, validation, and deployment. This structured coordination ensures best practices and dependency order throughout the release process.

What is the best way to scaffold a Falcon Foundry app and its capabilities?

The best way to scaffold a Falcon Foundry app is by running CLI commands that automatically generate the app structure, capabilities, and resources based on your requirements. This minimizes manual configuration and ensures structural consistency from the start.

Can I use CLI automation to handle deployment and publishing for Falcon Foundry apps?

Yes, you can use CLI automation to handle deployment and publishing for Falcon Foundry apps. The workflow manages build, deploy, and release tasks, facilitating rapid iteration and consistent environment updates across the application lifecycle.

Do I need to manually configure resources when creating a Falcon Foundry app?

No, you do not need to manually configure resources when creating a Falcon Foundry app. Automated scaffolding via CLI commands creates apps, capabilities, and resources directly from user input, minimizing manual setup errors.

How does structured coordination improve Falcon Foundry app development?

Structured coordination improves Falcon Foundry app development by centralizing orchestration across the entire lifecycle. It enforces dependency order and best practices from initial requirements analysis through final release, ensuring consistency and reducing manual errors.