AgentStack
SKILL verified MIT Self-run

Oci Product Development

skill-adibirzu-oci-skills-oci-product-development · by adibirzu

>-

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-adibirzu-oci-skills-oci-product-development

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Oci Product Development? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OCI product development

Turn product requirements into an owner-explicit platform bundle. Artifact generation is offline; deployment requires a named context, preflight, plan review, and risk-specific approval.

Intake

Resolve runtime constraints, ingress audience, data durability, traffic/SLOs, compliance, recovery objectives, budget, region/availability, delivery source, and operator model. Default to private ingress, Vault references, least privilege, encryption, logs, alarms, budgets, and Terraform ownership.

Golden paths

| Path | Bundle selection | Primary handoffs | |---|---|---| | Secure API | Functions + API Gateway | developer-services, events-functions | | Container application | Container Instances + load balancer | developer-services, networking-compute | | OKE application | OKE + load balancer | oke-admin, developer-services | | Event worker | Queue or Streaming + consumer | events-functions; developer-services for delivery only | | Data-backed service | Functions + private ADB + API Gateway | autonomous-db, developer-services |

All paths compose IAM, networking, security, observability, cost, Terraform, and DevOps. See [product-development.md](../../references/product-development.md) for the ownership matrix and acceptance checks.

Bundle workflow

  1. Scaffold offline: python3 ../../scripts/platform_bundle.py scaffold --name --context ; for event-worker, select --event-transport queue|streaming.
  2. Validate platform-bundle.yaml and inspect the generated ownership metadata.
  3. Have each owning domain materialize its component in terraform/; keep application code outside the bundle.
  4. Validate Terraform and the CLI alternative; review IAM, quota, network, logging, public exposure, and secrets.
  5. Preflight, plan, approve, apply, and verify. Record named checks in the runbook.
  6. Roll back through DevOps or the reviewed Terraform plan. Reconcile any break-glass CLI mutation.

If a context, provider, or approval is not available, still complete steps 1–2 and the offline ownership, OpenAPI-boundary, delivery-specification, and runbook work. Report the one later live gate instead of treating it as a block on design or scaffolding.

Common multi-step flows

| Request | Sequence | |---|---| | Generate a bundle | intake → choose golden path → scaffold → schema validation → owner review; no credentials required | | Deploy a bundle | context select → preflight → domain materialization → validate → plan → approval → apply → named checks | | Inspect health | oci-project status → bundle verification list → owning domain diagnostics | | Tear down | refreshed Terraform destroy plan → dependency review → destructive approval → verify → compartment last via oci-project |

Boundary

Do not generate business handlers, domain models, UI, or application tests. Generate only platform/IaC, OpenAPI boundary, build/deploy specifications, IAM requirements, verification, and operations material.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.