recipe_id string | title string | category string | description string | keywords list | inspect list | architecture_patterns list | typical_tasks list | validators list | constraints list | text string | example_index int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|
localization_i18n | Localization / i18n | frontend | Plan and execute localization / i18n while adapting to the existing project architecture. | [
"i18n",
"localization",
"translations",
"locale"
] | [
"Inspect component/router/design-system conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "message_catalog_i18n",
"description": "message catalog i18n"
}
] | [
"Inspect component/router/design-system conventions",
"Implement focused UI change",
"Run frontend tests/build and accessibility checks where relevant"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse existing design system",
"avoid unrelated visual rewrites"
] | Localization / i18n | 0 |
localization_i18n | Localization / i18n | frontend | Plan and execute localization / i18n while adapting to the existing project architecture. | [
"i18n",
"localization",
"translations",
"locale"
] | [
"Inspect component/router/design-system conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "message_catalog_i18n",
"description": "message catalog i18n"
}
] | [
"Inspect component/router/design-system conventions",
"Implement focused UI change",
"Run frontend tests/build and accessibility checks where relevant"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse existing design system",
"avoid unrelated visual rewrites"
] | Implement localization / i18n in this project | 1 |
localization_i18n | Localization / i18n | frontend | Plan and execute localization / i18n while adapting to the existing project architecture. | [
"i18n",
"localization",
"translations",
"locale"
] | [
"Inspect component/router/design-system conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "message_catalog_i18n",
"description": "message catalog i18n"
}
] | [
"Inspect component/router/design-system conventions",
"Implement focused UI change",
"Run frontend tests/build and accessibility checks where relevant"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse existing design system",
"avoid unrelated visual rewrites"
] | I need to i18n for the existing application | 2 |
localization_i18n | Localization / i18n | frontend | Plan and execute localization / i18n while adapting to the existing project architecture. | [
"i18n",
"localization",
"translations",
"locale"
] | [
"Inspect component/router/design-system conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "message_catalog_i18n",
"description": "message catalog i18n"
}
] | [
"Inspect component/router/design-system conventions",
"Implement focused UI change",
"Run frontend tests/build and accessibility checks where relevant"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse existing design system",
"avoid unrelated visual rewrites"
] | Please handle locale without rewriting unrelated code | 3 |
dockerize | Dockerize application | devops | Plan and execute dockerize application while adapting to the existing project architecture. | [
"dockerize",
"dockerfile",
"containerize"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "multi_stage_container",
"description": "multi stage container"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Dockerize application | 0 |
dockerize | Dockerize application | devops | Plan and execute dockerize application while adapting to the existing project architecture. | [
"dockerize",
"dockerfile",
"containerize"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "multi_stage_container",
"description": "multi stage container"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement dockerize application in this project | 1 |
dockerize | Dockerize application | devops | Plan and execute dockerize application while adapting to the existing project architecture. | [
"dockerize",
"dockerfile",
"containerize"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "multi_stage_container",
"description": "multi stage container"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to dockerize for the existing application | 2 |
dockerize | Dockerize application | devops | Plan and execute dockerize application while adapting to the existing project architecture. | [
"dockerize",
"dockerfile",
"containerize"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "multi_stage_container",
"description": "multi stage container"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle containerize without rewriting unrelated code | 3 |
docker_compose | Docker Compose setup | devops | Plan and execute docker compose setup while adapting to the existing project architecture. | [
"docker compose",
"compose.yaml",
"multi container"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "local_service_compose",
"description": "local service compose"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Docker Compose setup | 0 |
docker_compose | Docker Compose setup | devops | Plan and execute docker compose setup while adapting to the existing project architecture. | [
"docker compose",
"compose.yaml",
"multi container"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "local_service_compose",
"description": "local service compose"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement docker compose setup in this project | 1 |
docker_compose | Docker Compose setup | devops | Plan and execute docker compose setup while adapting to the existing project architecture. | [
"docker compose",
"compose.yaml",
"multi container"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "local_service_compose",
"description": "local service compose"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to docker compose for the existing application | 2 |
docker_compose | Docker Compose setup | devops | Plan and execute docker compose setup while adapting to the existing project architecture. | [
"docker compose",
"compose.yaml",
"multi container"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "local_service_compose",
"description": "local service compose"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle multi container without rewriting unrelated code | 3 |
ci_pipeline | CI pipeline | devops | Plan and execute ci pipeline while adapting to the existing project architecture. | [
"ci pipeline",
"continuous integration",
"build pipeline"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "test_lint_build_pipeline",
"description": "test lint build pipeline"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | CI pipeline | 0 |
ci_pipeline | CI pipeline | devops | Plan and execute ci pipeline while adapting to the existing project architecture. | [
"ci pipeline",
"continuous integration",
"build pipeline"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "test_lint_build_pipeline",
"description": "test lint build pipeline"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement ci pipeline in this project | 1 |
ci_pipeline | CI pipeline | devops | Plan and execute ci pipeline while adapting to the existing project architecture. | [
"ci pipeline",
"continuous integration",
"build pipeline"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "test_lint_build_pipeline",
"description": "test lint build pipeline"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to ci pipeline for the existing application | 2 |
ci_pipeline | CI pipeline | devops | Plan and execute ci pipeline while adapting to the existing project architecture. | [
"ci pipeline",
"continuous integration",
"build pipeline"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "test_lint_build_pipeline",
"description": "test lint build pipeline"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle build pipeline without rewriting unrelated code | 3 |
cd_pipeline | CD pipeline | devops | Plan and execute cd pipeline while adapting to the existing project architecture. | [
"cd pipeline",
"continuous deployment",
"release pipeline"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "gated_deployment_pipeline",
"description": "gated deployment pipeline"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | CD pipeline | 0 |
cd_pipeline | CD pipeline | devops | Plan and execute cd pipeline while adapting to the existing project architecture. | [
"cd pipeline",
"continuous deployment",
"release pipeline"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "gated_deployment_pipeline",
"description": "gated deployment pipeline"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement cd pipeline in this project | 1 |
cd_pipeline | CD pipeline | devops | Plan and execute cd pipeline while adapting to the existing project architecture. | [
"cd pipeline",
"continuous deployment",
"release pipeline"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "gated_deployment_pipeline",
"description": "gated deployment pipeline"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to cd pipeline for the existing application | 2 |
cd_pipeline | CD pipeline | devops | Plan and execute cd pipeline while adapting to the existing project architecture. | [
"cd pipeline",
"continuous deployment",
"release pipeline"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "gated_deployment_pipeline",
"description": "gated deployment pipeline"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle release pipeline without rewriting unrelated code | 3 |
github_actions | GitHub Actions workflow | devops | Plan and execute github actions workflow while adapting to the existing project architecture. | [
"github actions",
"workflow yaml",
"actions"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "github_actions_workflow",
"description": "github actions workflow"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | GitHub Actions workflow | 0 |
github_actions | GitHub Actions workflow | devops | Plan and execute github actions workflow while adapting to the existing project architecture. | [
"github actions",
"workflow yaml",
"actions"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "github_actions_workflow",
"description": "github actions workflow"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement github actions workflow in this project | 1 |
github_actions | GitHub Actions workflow | devops | Plan and execute github actions workflow while adapting to the existing project architecture. | [
"github actions",
"workflow yaml",
"actions"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "github_actions_workflow",
"description": "github actions workflow"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to github actions for the existing application | 2 |
github_actions | GitHub Actions workflow | devops | Plan and execute github actions workflow while adapting to the existing project architecture. | [
"github actions",
"workflow yaml",
"actions"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "github_actions_workflow",
"description": "github actions workflow"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle actions without rewriting unrelated code | 3 |
deployment_config | Deployment configuration | devops | Plan and execute deployment configuration while adapting to the existing project architecture. | [
"deploy",
"deployment config",
"hosting"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "platform_native_deploy",
"description": "platform native deploy"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Deployment configuration | 0 |
deployment_config | Deployment configuration | devops | Plan and execute deployment configuration while adapting to the existing project architecture. | [
"deploy",
"deployment config",
"hosting"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "platform_native_deploy",
"description": "platform native deploy"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement deployment configuration in this project | 1 |
deployment_config | Deployment configuration | devops | Plan and execute deployment configuration while adapting to the existing project architecture. | [
"deploy",
"deployment config",
"hosting"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "platform_native_deploy",
"description": "platform native deploy"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to deploy for the existing application | 2 |
deployment_config | Deployment configuration | devops | Plan and execute deployment configuration while adapting to the existing project architecture. | [
"deploy",
"deployment config",
"hosting"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "platform_native_deploy",
"description": "platform native deploy"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle hosting without rewriting unrelated code | 3 |
kubernetes_manifest | Kubernetes manifests | devops | Plan and execute kubernetes manifests while adapting to the existing project architecture. | [
"kubernetes",
"k8s",
"deployment yaml",
"helm"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "kubernetes_resources",
"description": "kubernetes resources"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Kubernetes manifests | 0 |
kubernetes_manifest | Kubernetes manifests | devops | Plan and execute kubernetes manifests while adapting to the existing project architecture. | [
"kubernetes",
"k8s",
"deployment yaml",
"helm"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "kubernetes_resources",
"description": "kubernetes resources"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement kubernetes manifests in this project | 1 |
kubernetes_manifest | Kubernetes manifests | devops | Plan and execute kubernetes manifests while adapting to the existing project architecture. | [
"kubernetes",
"k8s",
"deployment yaml",
"helm"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "kubernetes_resources",
"description": "kubernetes resources"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to kubernetes for the existing application | 2 |
kubernetes_manifest | Kubernetes manifests | devops | Plan and execute kubernetes manifests while adapting to the existing project architecture. | [
"kubernetes",
"k8s",
"deployment yaml",
"helm"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "kubernetes_resources",
"description": "kubernetes resources"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle helm without rewriting unrelated code | 3 |
terraform_infrastructure | Terraform infrastructure | devops | Plan and execute terraform infrastructure while adapting to the existing project architecture. | [
"terraform",
"infrastructure as code",
"iac"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "terraform_module",
"description": "terraform module"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Terraform infrastructure | 0 |
terraform_infrastructure | Terraform infrastructure | devops | Plan and execute terraform infrastructure while adapting to the existing project architecture. | [
"terraform",
"infrastructure as code",
"iac"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "terraform_module",
"description": "terraform module"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement terraform infrastructure in this project | 1 |
terraform_infrastructure | Terraform infrastructure | devops | Plan and execute terraform infrastructure while adapting to the existing project architecture. | [
"terraform",
"infrastructure as code",
"iac"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "terraform_module",
"description": "terraform module"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to terraform for the existing application | 2 |
terraform_infrastructure | Terraform infrastructure | devops | Plan and execute terraform infrastructure while adapting to the existing project architecture. | [
"terraform",
"infrastructure as code",
"iac"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "terraform_module",
"description": "terraform module"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle iac without rewriting unrelated code | 3 |
environment_config | Environment configuration | devops | Plan and execute environment configuration while adapting to the existing project architecture. | [
"environment variables",
"env config",
"configuration"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "typed_env_config",
"description": "typed env config"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Environment configuration | 0 |
environment_config | Environment configuration | devops | Plan and execute environment configuration while adapting to the existing project architecture. | [
"environment variables",
"env config",
"configuration"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "typed_env_config",
"description": "typed env config"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement environment configuration in this project | 1 |
environment_config | Environment configuration | devops | Plan and execute environment configuration while adapting to the existing project architecture. | [
"environment variables",
"env config",
"configuration"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "typed_env_config",
"description": "typed env config"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to environment variables for the existing application | 2 |
environment_config | Environment configuration | devops | Plan and execute environment configuration while adapting to the existing project architecture. | [
"environment variables",
"env config",
"configuration"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "typed_env_config",
"description": "typed env config"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle configuration without rewriting unrelated code | 3 |
secrets_management | Secrets management | security | Plan and execute secrets management while adapting to the existing project architecture. | [
"secrets",
"secret manager",
"credentials"
] | [
"Inspect trust boundaries and current security mechanism",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "external_secret_store",
"description": "external secret store"
}
] | [
"Inspect trust boundaries and current security mechanism",
"Implement least-privilege compatible change",
"Run security-focused and regression validation"
] | [
"focused_tests",
"project_tests",
"security_constraints"
] | [
"do not weaken existing controls",
"do not expose secrets"
] | Secrets management | 0 |
secrets_management | Secrets management | security | Plan and execute secrets management while adapting to the existing project architecture. | [
"secrets",
"secret manager",
"credentials"
] | [
"Inspect trust boundaries and current security mechanism",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "external_secret_store",
"description": "external secret store"
}
] | [
"Inspect trust boundaries and current security mechanism",
"Implement least-privilege compatible change",
"Run security-focused and regression validation"
] | [
"focused_tests",
"project_tests",
"security_constraints"
] | [
"do not weaken existing controls",
"do not expose secrets"
] | Implement secrets management in this project | 1 |
secrets_management | Secrets management | security | Plan and execute secrets management while adapting to the existing project architecture. | [
"secrets",
"secret manager",
"credentials"
] | [
"Inspect trust boundaries and current security mechanism",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "external_secret_store",
"description": "external secret store"
}
] | [
"Inspect trust boundaries and current security mechanism",
"Implement least-privilege compatible change",
"Run security-focused and regression validation"
] | [
"focused_tests",
"project_tests",
"security_constraints"
] | [
"do not weaken existing controls",
"do not expose secrets"
] | I need to secrets for the existing application | 2 |
secrets_management | Secrets management | security | Plan and execute secrets management while adapting to the existing project architecture. | [
"secrets",
"secret manager",
"credentials"
] | [
"Inspect trust boundaries and current security mechanism",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "external_secret_store",
"description": "external secret store"
}
] | [
"Inspect trust boundaries and current security mechanism",
"Implement least-privilege compatible change",
"Run security-focused and regression validation"
] | [
"focused_tests",
"project_tests",
"security_constraints"
] | [
"do not weaken existing controls",
"do not expose secrets"
] | Please handle credentials without rewriting unrelated code | 3 |
reverse_proxy | Reverse proxy configuration | devops | Plan and execute reverse proxy configuration while adapting to the existing project architecture. | [
"reverse proxy",
"nginx",
"caddy",
"proxy"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "reverse_proxy_route",
"description": "reverse proxy route"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Reverse proxy configuration | 0 |
reverse_proxy | Reverse proxy configuration | devops | Plan and execute reverse proxy configuration while adapting to the existing project architecture. | [
"reverse proxy",
"nginx",
"caddy",
"proxy"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "reverse_proxy_route",
"description": "reverse proxy route"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Implement reverse proxy configuration in this project | 1 |
reverse_proxy | Reverse proxy configuration | devops | Plan and execute reverse proxy configuration while adapting to the existing project architecture. | [
"reverse proxy",
"nginx",
"caddy",
"proxy"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "reverse_proxy_route",
"description": "reverse proxy route"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | I need to reverse proxy for the existing application | 2 |
reverse_proxy | Reverse proxy configuration | devops | Plan and execute reverse proxy configuration while adapting to the existing project architecture. | [
"reverse proxy",
"nginx",
"caddy",
"proxy"
] | [
"Inspect existing build/deploy/runtime configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "reverse_proxy_route",
"description": "reverse proxy route"
}
] | [
"Inspect existing build/deploy/runtime configuration",
"Implement minimal infrastructure/config change",
"Validate configuration and dry-run/build where possible"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"preserve existing environments",
"avoid embedding secrets"
] | Please handle proxy without rewriting unrelated code | 3 |
tls_https | TLS / HTTPS setup | security | Plan and execute tls / https setup while adapting to the existing project architecture. | [
"tls",
"https",
"certificate",
"ssl"
] | [
"Inspect trust boundaries and current security mechanism",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "managed_tls",
"description": "managed tls"
},
{
"name": "proxy_tls",
"description": "proxy tls"
}
] | [
"Inspect trust boundaries and current security mechanism",
"Implement least-privilege compatible change",
"Run security-focused and regression validation"
] | [
"focused_tests",
"project_tests",
"security_constraints"
] | [
"do not weaken existing controls",
"do not expose secrets"
] | TLS / HTTPS setup | 0 |
tls_https | TLS / HTTPS setup | security | Plan and execute tls / https setup while adapting to the existing project architecture. | [
"tls",
"https",
"certificate",
"ssl"
] | [
"Inspect trust boundaries and current security mechanism",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "managed_tls",
"description": "managed tls"
},
{
"name": "proxy_tls",
"description": "proxy tls"
}
] | [
"Inspect trust boundaries and current security mechanism",
"Implement least-privilege compatible change",
"Run security-focused and regression validation"
] | [
"focused_tests",
"project_tests",
"security_constraints"
] | [
"do not weaken existing controls",
"do not expose secrets"
] | Implement tls / https setup in this project | 1 |
tls_https | TLS / HTTPS setup | security | Plan and execute tls / https setup while adapting to the existing project architecture. | [
"tls",
"https",
"certificate",
"ssl"
] | [
"Inspect trust boundaries and current security mechanism",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "managed_tls",
"description": "managed tls"
},
{
"name": "proxy_tls",
"description": "proxy tls"
}
] | [
"Inspect trust boundaries and current security mechanism",
"Implement least-privilege compatible change",
"Run security-focused and regression validation"
] | [
"focused_tests",
"project_tests",
"security_constraints"
] | [
"do not weaken existing controls",
"do not expose secrets"
] | I need to tls for the existing application | 2 |
tls_https | TLS / HTTPS setup | security | Plan and execute tls / https setup while adapting to the existing project architecture. | [
"tls",
"https",
"certificate",
"ssl"
] | [
"Inspect trust boundaries and current security mechanism",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "managed_tls",
"description": "managed tls"
},
{
"name": "proxy_tls",
"description": "proxy tls"
}
] | [
"Inspect trust boundaries and current security mechanism",
"Implement least-privilege compatible change",
"Run security-focused and regression validation"
] | [
"focused_tests",
"project_tests",
"security_constraints"
] | [
"do not weaken existing controls",
"do not expose secrets"
] | Please handle ssl without rewriting unrelated code | 3 |
health_check | Health check | observability | Plan and execute health check while adapting to the existing project architecture. | [
"health check",
"health endpoint",
"readiness",
"liveness"
] | [
"Inspect existing logging/metrics conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "shallow_deep_health",
"description": "shallow deep health"
}
] | [
"Inspect existing logging/metrics conventions",
"Add instrumentation at relevant boundaries",
"Validate emitted signal without leaking secrets"
] | [
"focused_tests",
"project_tests"
] | [
"no sensitive data in telemetry"
] | Health check | 0 |
health_check | Health check | observability | Plan and execute health check while adapting to the existing project architecture. | [
"health check",
"health endpoint",
"readiness",
"liveness"
] | [
"Inspect existing logging/metrics conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "shallow_deep_health",
"description": "shallow deep health"
}
] | [
"Inspect existing logging/metrics conventions",
"Add instrumentation at relevant boundaries",
"Validate emitted signal without leaking secrets"
] | [
"focused_tests",
"project_tests"
] | [
"no sensitive data in telemetry"
] | Implement health check in this project | 1 |
health_check | Health check | observability | Plan and execute health check while adapting to the existing project architecture. | [
"health check",
"health endpoint",
"readiness",
"liveness"
] | [
"Inspect existing logging/metrics conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "shallow_deep_health",
"description": "shallow deep health"
}
] | [
"Inspect existing logging/metrics conventions",
"Add instrumentation at relevant boundaries",
"Validate emitted signal without leaking secrets"
] | [
"focused_tests",
"project_tests"
] | [
"no sensitive data in telemetry"
] | I need to health check for the existing application | 2 |
health_check | Health check | observability | Plan and execute health check while adapting to the existing project architecture. | [
"health check",
"health endpoint",
"readiness",
"liveness"
] | [
"Inspect existing logging/metrics conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "shallow_deep_health",
"description": "shallow deep health"
}
] | [
"Inspect existing logging/metrics conventions",
"Add instrumentation at relevant boundaries",
"Validate emitted signal without leaking secrets"
] | [
"focused_tests",
"project_tests"
] | [
"no sensitive data in telemetry"
] | Please handle liveness without rewriting unrelated code | 3 |
metrics_endpoint | Metrics endpoint | observability | Plan and execute metrics endpoint while adapting to the existing project architecture. | [
"metrics endpoint",
"prometheus",
"metrics"
] | [
"Inspect existing logging/metrics conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "prometheus_metrics",
"description": "prometheus metrics"
}
] | [
"Inspect existing logging/metrics conventions",
"Add instrumentation at relevant boundaries",
"Validate emitted signal without leaking secrets"
] | [
"focused_tests",
"project_tests"
] | [
"no sensitive data in telemetry"
] | Metrics endpoint | 0 |
metrics_endpoint | Metrics endpoint | observability | Plan and execute metrics endpoint while adapting to the existing project architecture. | [
"metrics endpoint",
"prometheus",
"metrics"
] | [
"Inspect existing logging/metrics conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "prometheus_metrics",
"description": "prometheus metrics"
}
] | [
"Inspect existing logging/metrics conventions",
"Add instrumentation at relevant boundaries",
"Validate emitted signal without leaking secrets"
] | [
"focused_tests",
"project_tests"
] | [
"no sensitive data in telemetry"
] | Implement metrics endpoint in this project | 1 |
metrics_endpoint | Metrics endpoint | observability | Plan and execute metrics endpoint while adapting to the existing project architecture. | [
"metrics endpoint",
"prometheus",
"metrics"
] | [
"Inspect existing logging/metrics conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "prometheus_metrics",
"description": "prometheus metrics"
}
] | [
"Inspect existing logging/metrics conventions",
"Add instrumentation at relevant boundaries",
"Validate emitted signal without leaking secrets"
] | [
"focused_tests",
"project_tests"
] | [
"no sensitive data in telemetry"
] | I need to metrics endpoint for the existing application | 2 |
metrics_endpoint | Metrics endpoint | observability | Plan and execute metrics endpoint while adapting to the existing project architecture. | [
"metrics endpoint",
"prometheus",
"metrics"
] | [
"Inspect existing logging/metrics conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "prometheus_metrics",
"description": "prometheus metrics"
}
] | [
"Inspect existing logging/metrics conventions",
"Add instrumentation at relevant boundaries",
"Validate emitted signal without leaking secrets"
] | [
"focused_tests",
"project_tests"
] | [
"no sensitive data in telemetry"
] | Please handle metrics without rewriting unrelated code | 3 |
documentation_update | Documentation update | docs | Plan and execute documentation update while adapting to the existing project architecture. | [
"documentation",
"docs update",
"update docs"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "code_aligned_docs",
"description": "code aligned docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Documentation update | 0 |
documentation_update | Documentation update | docs | Plan and execute documentation update while adapting to the existing project architecture. | [
"documentation",
"docs update",
"update docs"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "code_aligned_docs",
"description": "code aligned docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Implement documentation update in this project | 1 |
documentation_update | Documentation update | docs | Plan and execute documentation update while adapting to the existing project architecture. | [
"documentation",
"docs update",
"update docs"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "code_aligned_docs",
"description": "code aligned docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | I need to documentation for the existing application | 2 |
documentation_update | Documentation update | docs | Plan and execute documentation update while adapting to the existing project architecture. | [
"documentation",
"docs update",
"update docs"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "code_aligned_docs",
"description": "code aligned docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Please handle update docs without rewriting unrelated code | 3 |
api_documentation | API documentation | docs | Plan and execute api documentation while adapting to the existing project architecture. | [
"api docs",
"openapi docs",
"swagger"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "schema_generated_api_docs",
"description": "schema generated api docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | API documentation | 0 |
api_documentation | API documentation | docs | Plan and execute api documentation while adapting to the existing project architecture. | [
"api docs",
"openapi docs",
"swagger"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "schema_generated_api_docs",
"description": "schema generated api docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Implement api documentation in this project | 1 |
api_documentation | API documentation | docs | Plan and execute api documentation while adapting to the existing project architecture. | [
"api docs",
"openapi docs",
"swagger"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "schema_generated_api_docs",
"description": "schema generated api docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | I need to api docs for the existing application | 2 |
api_documentation | API documentation | docs | Plan and execute api documentation while adapting to the existing project architecture. | [
"api docs",
"openapi docs",
"swagger"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "schema_generated_api_docs",
"description": "schema generated api docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Please handle swagger without rewriting unrelated code | 3 |
readme_setup | README setup | docs | Plan and execute readme setup while adapting to the existing project architecture. | [
"readme",
"project readme",
"getting started"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "executable_readme",
"description": "executable readme"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | README setup | 0 |
readme_setup | README setup | docs | Plan and execute readme setup while adapting to the existing project architecture. | [
"readme",
"project readme",
"getting started"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "executable_readme",
"description": "executable readme"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Implement readme setup in this project | 1 |
readme_setup | README setup | docs | Plan and execute readme setup while adapting to the existing project architecture. | [
"readme",
"project readme",
"getting started"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "executable_readme",
"description": "executable readme"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | I need to readme for the existing application | 2 |
readme_setup | README setup | docs | Plan and execute readme setup while adapting to the existing project architecture. | [
"readme",
"project readme",
"getting started"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "executable_readme",
"description": "executable readme"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Please handle getting started without rewriting unrelated code | 3 |
architecture_documentation | Architecture documentation | docs | Plan and execute architecture documentation while adapting to the existing project architecture. | [
"architecture docs",
"system design",
"architecture diagram"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "as_built_architecture_docs",
"description": "as built architecture docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Architecture documentation | 0 |
architecture_documentation | Architecture documentation | docs | Plan and execute architecture documentation while adapting to the existing project architecture. | [
"architecture docs",
"system design",
"architecture diagram"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "as_built_architecture_docs",
"description": "as built architecture docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Implement architecture documentation in this project | 1 |
architecture_documentation | Architecture documentation | docs | Plan and execute architecture documentation while adapting to the existing project architecture. | [
"architecture docs",
"system design",
"architecture diagram"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "as_built_architecture_docs",
"description": "as built architecture docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | I need to architecture docs for the existing application | 2 |
architecture_documentation | Architecture documentation | docs | Plan and execute architecture documentation while adapting to the existing project architecture. | [
"architecture docs",
"system design",
"architecture diagram"
] | [
"Inspect source of truth and existing documentation structure",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "as_built_architecture_docs",
"description": "as built architecture docs"
}
] | [
"Inspect source of truth and existing documentation structure",
"Update only affected documentation",
"Validate links/examples/commands against code where possible"
] | [
"focused_tests",
"project_tests"
] | [
"documentation must match implemented behavior"
] | Please handle architecture diagram without rewriting unrelated code | 3 |
code_generation | Code generation | tooling | Plan and execute code generation while adapting to the existing project architecture. | [
"code generator",
"generate code",
"scaffolding generator"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "template_codegen",
"description": "template codegen"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Code generation | 0 |
code_generation | Code generation | tooling | Plan and execute code generation while adapting to the existing project architecture. | [
"code generator",
"generate code",
"scaffolding generator"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "template_codegen",
"description": "template codegen"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Implement code generation in this project | 1 |
code_generation | Code generation | tooling | Plan and execute code generation while adapting to the existing project architecture. | [
"code generator",
"generate code",
"scaffolding generator"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "template_codegen",
"description": "template codegen"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | I need to code generator for the existing application | 2 |
code_generation | Code generation | tooling | Plan and execute code generation while adapting to the existing project architecture. | [
"code generator",
"generate code",
"scaffolding generator"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "template_codegen",
"description": "template codegen"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Please handle scaffolding generator without rewriting unrelated code | 3 |
project_scaffold | Project scaffold | tooling | Plan and execute project scaffold while adapting to the existing project architecture. | [
"scaffold project",
"new project",
"project skeleton"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "minimal_project_scaffold",
"description": "minimal project scaffold"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Project scaffold | 0 |
project_scaffold | Project scaffold | tooling | Plan and execute project scaffold while adapting to the existing project architecture. | [
"scaffold project",
"new project",
"project skeleton"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "minimal_project_scaffold",
"description": "minimal project scaffold"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Implement project scaffold in this project | 1 |
project_scaffold | Project scaffold | tooling | Plan and execute project scaffold while adapting to the existing project architecture. | [
"scaffold project",
"new project",
"project skeleton"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "minimal_project_scaffold",
"description": "minimal project scaffold"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | I need to scaffold project for the existing application | 2 |
project_scaffold | Project scaffold | tooling | Plan and execute project scaffold while adapting to the existing project architecture. | [
"scaffold project",
"new project",
"project skeleton"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "minimal_project_scaffold",
"description": "minimal project scaffold"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Please handle project skeleton without rewriting unrelated code | 3 |
package_library | Package / library creation | tooling | Plan and execute package / library creation while adapting to the existing project architecture. | [
"package library",
"python package",
"npm package",
"library"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "versioned_library_package",
"description": "versioned library package"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Package / library creation | 0 |
package_library | Package / library creation | tooling | Plan and execute package / library creation while adapting to the existing project architecture. | [
"package library",
"python package",
"npm package",
"library"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "versioned_library_package",
"description": "versioned library package"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Implement package / library creation in this project | 1 |
package_library | Package / library creation | tooling | Plan and execute package / library creation while adapting to the existing project architecture. | [
"package library",
"python package",
"npm package",
"library"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "versioned_library_package",
"description": "versioned library package"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | I need to package library for the existing application | 2 |
package_library | Package / library creation | tooling | Plan and execute package / library creation while adapting to the existing project architecture. | [
"package library",
"python package",
"npm package",
"library"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "versioned_library_package",
"description": "versioned library package"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Please handle library without rewriting unrelated code | 3 |
monorepo_change | Monorepo change | tooling | Plan and execute monorepo change while adapting to the existing project architecture. | [
"monorepo",
"workspace",
"multi package"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "workspace_aware_change",
"description": "workspace aware change"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Monorepo change | 0 |
monorepo_change | Monorepo change | tooling | Plan and execute monorepo change while adapting to the existing project architecture. | [
"monorepo",
"workspace",
"multi package"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "workspace_aware_change",
"description": "workspace aware change"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Implement monorepo change in this project | 1 |
monorepo_change | Monorepo change | tooling | Plan and execute monorepo change while adapting to the existing project architecture. | [
"monorepo",
"workspace",
"multi package"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "workspace_aware_change",
"description": "workspace aware change"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | I need to monorepo for the existing application | 2 |
monorepo_change | Monorepo change | tooling | Plan and execute monorepo change while adapting to the existing project architecture. | [
"monorepo",
"workspace",
"multi package"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "workspace_aware_change",
"description": "workspace aware change"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Please handle multi package without rewriting unrelated code | 3 |
build_system_change | Build system change | tooling | Plan and execute build system change while adapting to the existing project architecture. | [
"build system",
"vite",
"webpack",
"makefile",
"build config"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "incremental_build_change",
"description": "incremental build change"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Build system change | 0 |
build_system_change | Build system change | tooling | Plan and execute build system change while adapting to the existing project architecture. | [
"build system",
"vite",
"webpack",
"makefile",
"build config"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "incremental_build_change",
"description": "incremental build change"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Implement build system change in this project | 1 |
build_system_change | Build system change | tooling | Plan and execute build system change while adapting to the existing project architecture. | [
"build system",
"vite",
"webpack",
"makefile",
"build config"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "incremental_build_change",
"description": "incremental build change"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | I need to build system for the existing application | 2 |
build_system_change | Build system change | tooling | Plan and execute build system change while adapting to the existing project architecture. | [
"build system",
"vite",
"webpack",
"makefile",
"build config"
] | [
"Inspect project tooling/package conventions",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "incremental_build_change",
"description": "incremental build change"
}
] | [
"Inspect project tooling/package conventions",
"Implement focused tool/scaffold change",
"Run generated/build artifacts and tests"
] | [
"focused_tests",
"project_tests",
"build_or_config_check"
] | [
"reuse current packaging conventions"
] | Please handle build config without rewriting unrelated code | 3 |
repository_cleanup | Repository cleanup | maintenance | Plan and execute repository cleanup while adapting to the existing project architecture. | [
"repository cleanup",
"repo cleanup",
"remove generated files"
] | [
"Inspect relevant source and configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "safe_repo_cleanup",
"description": "safe repo cleanup"
}
] | [
"Inspect relevant source and configuration",
"Apply minimal compatible change",
"Run focused regression validation"
] | [
"focused_tests",
"project_tests"
] | [
"preserve public behavior",
"avoid unrelated rewrites"
] | Repository cleanup | 0 |
repository_cleanup | Repository cleanup | maintenance | Plan and execute repository cleanup while adapting to the existing project architecture. | [
"repository cleanup",
"repo cleanup",
"remove generated files"
] | [
"Inspect relevant source and configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "safe_repo_cleanup",
"description": "safe repo cleanup"
}
] | [
"Inspect relevant source and configuration",
"Apply minimal compatible change",
"Run focused regression validation"
] | [
"focused_tests",
"project_tests"
] | [
"preserve public behavior",
"avoid unrelated rewrites"
] | Implement repository cleanup in this project | 1 |
repository_cleanup | Repository cleanup | maintenance | Plan and execute repository cleanup while adapting to the existing project architecture. | [
"repository cleanup",
"repo cleanup",
"remove generated files"
] | [
"Inspect relevant source and configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "safe_repo_cleanup",
"description": "safe repo cleanup"
}
] | [
"Inspect relevant source and configuration",
"Apply minimal compatible change",
"Run focused regression validation"
] | [
"focused_tests",
"project_tests"
] | [
"preserve public behavior",
"avoid unrelated rewrites"
] | I need to repository cleanup for the existing application | 2 |
repository_cleanup | Repository cleanup | maintenance | Plan and execute repository cleanup while adapting to the existing project architecture. | [
"repository cleanup",
"repo cleanup",
"remove generated files"
] | [
"Inspect relevant source and configuration",
"Detect current language/framework/dependencies and affected files"
] | [
{
"name": "safe_repo_cleanup",
"description": "safe repo cleanup"
}
] | [
"Inspect relevant source and configuration",
"Apply minimal compatible change",
"Run focused regression validation"
] | [
"focused_tests",
"project_tests"
] | [
"preserve public behavior",
"avoid unrelated rewrites"
] | Please handle remove generated files without rewriting unrelated code | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.