Skip to content

[WIP] Implement full reorganization plan for repository structure#10

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/featgrimorio-restructure
Draft

[WIP] Implement full reorganization plan for repository structure#10
Copilot wants to merge 1 commit into
mainfrom
copilot/featgrimorio-restructure

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 22, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Apply the full reorganization plan to the DevComputaria/promptologia repository and update the existing PR (#9) with the concrete changes. Implement everything from the planning previously shared by the Copilot agent.

Requirements (explicit):

  • Work on a branch named feat/grimorio-restructure (or update the existing copilot branch by committing the same changes there if that is easier). Use git mv to preserve history when moving files.
  • Create the new directory structure and move existing prompt files into the locations below. Do NOT alter the contents of the moved files except to adjust relative links if strictly necessary.

Directory creation (ensure directories exist):

  • grimorio/artefatos/codigo
  • grimorio/artefatos/documentacao
  • grimorio/artefatos/dados-e-scripts
  • grimorio/artefatos/criativo
  • grimorio/arquivos-de-contexto/persona
  • grimorio/arquivos-de-contexto/sistema
  • grimorio/arquivos-de-contexto/regras-de-negocio
  • grimorio/tecnicas/templates-para-projetos
  • contextos/devcomputaria
  • contextos/projetos
  • contextos/tecnologias
  • ferramentas/cli
  • ferramentas/integracoes
  • arcano/rfc
  • arcano/estudos
  • exemplos/refatorar-codigo-legado
  • exemplos/criar-pipeline-ci-cd

Moves (use git mv to preserve history):

  • prompts/n8n-workflow.md -> grimorio/artefatos/dados-e-scripts/workflow-n8n.md
  • prompts/marm-system.md -> grimorio/arquivos-de-contexto/sistema/marm-system.md
  • prompts/assistente-de-anotacoes.md -> grimorio/arquivos-de-contexto/persona/ailoen-assistente-de-anotacoes.md
  • prompts/copilot-instructions.md -> arcano/rfc/guidelines-copilot-instructions.md
  • prompts/secops/threat-modeling.md -> grimorio/artefatos/dados-e-scripts/secops-threat-modeling.md
  • prompts/secops/templates/threat-model-export.csv -> grimorio/artefatos/dados-e-scripts/secops-templates/threat-model-export.csv
  • prompts/Perplexity/ (entire directory) -> grimorio/artefatos/criativo/Perplexity/
  • promptologia/prompts/dev/code-review.md -> grimorio/artefatos/codigo/code-review.md
  • promptologia/prompts/secops/pentest-generation.md -> grimorio/artefatos/dados-e-scripts/pentest-generation.md

Add README.md files and other templates with succinct content (create these files with the content specified below):

  1. Root README.md: a portal with links and short descriptions for grimorio/, contextos/, ferramentas/, arcano/, exemplos/ and pointer to CONTRIBUTING.md.
  2. grimorio/README.md: index and short guide on categories and how to choose a prompt.
  3. Add README.md in grimorio/artefatos/, grimorio/arquivos-de-contexto/, grimorio/tecnicas/ with a one-line description each.
  4. TEMPLATE_PROMPT.md at the repo root with the provided template:

    Nome do Feitiço

    🎯 Objetivo

    (short)

    🧠 Contexto de Uso

    📝 O Feitiço (Prompt)

    💡 Dicas e Variações

  5. CONTRIBUTING.md at repo root with basic contribution instructions (use template file, create PRs on feat/* branches, how to propose new prompts via .github/ISSUE_TEMPLATE).
  6. .github/PULL_REQUEST_TEMPLATE.md: a checklist with items: updated README, followed TEMPLATE_PROMPT.md, added README in new folder (if applicable), tests/validation note.
  7. .github/ISSUE_TEMPLATE/feitiço-request.md: simple issue template asking for category, objective, example input, acceptance criteria.
  8. Create minimal README.md files in contextos/, ferramentas/, arcano/, exemplos/ explaining their purpose.
  9. ferramentas/cli/prompt-manager.py: minimal Python script that accepts --query and searches .md files under grimorio/ printing matched file paths and first heading. Script should be executable and include a short help description.

Other requirements:

  • Add a commit message: "Reorganize: add grimorio structure, move existing prompts, add templates and READMEs"
  • Ensure PR body includes a checklist for reviewers:
    • Verify git mv preserved history
    • Check links in READMEs
    • Validate prompt-manager.py is runnable
  • Push changes to the branch and update the existing PR (make it ready for review, not necessarily merge).

Constraints:

  • Do not change prompt contents except for moving files and small relative link fixes if required.
  • If any path referenced in other files breaks due to moves, add a note in the PR body listing those files for follow-up.

Repository: DevComputaria/promptologia

Please implement all of the above and update PR #9 with the commits so reviewers can inspect the reorganized structure and new files.

This pull request was created from Copilot chat.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

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.

2 participants